Which Linux command is used to display the kernel version? MCQ with Answer and Explanation

Which Linux command is used to display the kernel version?
A. uname -r
B. version
C. lsb_release -a
D. kernel -v
Answer: Option A
Solution (By JKExamLibrary)
uname -r shows the kernel release version; uname -a gives all system info.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
What is the purpose of the Android 'SharedPreferences'?
A. To share data between apps
B. To cache data temporarily
C. To store primitive data in key-value pairs persistently
D. To store complex objects

Correct Answer: Option C


Explanation:
SharedPreferences is used for storing small amounts of simple data (booleans, strings, ints) for app settings.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which terminal utility in Linux is used to display or change the networking routing, interface parameters, and wireless configuration settings?
A. uname
B. chmod
C. ip (or ifconfig)
D. ping

Correct Answer: Option C


Explanation:
The modern 'ip' utility framework handles device configuration, link management, and addressing schemas in Linux environments.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Microsoft Windows command line utility is used to clear all previous text from the command prompt screen window?
A. cls
B. clear
C. reset
D. clean

Correct Answer: Option A


Explanation:
The 'cls' command stands for clear screen and resets the visible text buffer of the Windows command prompt terminal environment.

This question belongs to: Computer Operating Systems