XK0-005 · Question #509
Which of the following commands will display the operating system?
The correct answer is C. uname -o. The command that will display the operating system is uname -o. This command uses the uname tool, which is used to print system information such as the kernel name, version, release, machine, and processor. The -o option stands for operating system, and prints the name of the…
Question
Which of the following commands will display the operating system?
Options
- Auname -n
- Buname -s
- Cuname -o
- Duname -m
How the community answered
(31 responses)- A6% (2)
- B3% (1)
- C87% (27)
- D3% (1)
Explanation
The command that will display the operating system is uname -o. This command uses the uname tool, which is used to print system information such as the kernel name, version, release, machine, and processor. The -o option stands for operating system, and prints the name of the operating system implementation (usually GNU/Linux).
Topics
Community Discussion
No community discussion yet for this question.