XK0-005 · Question #10190
A systems administrator needs to conduct maintenance on a server. Which of the following commands will place the administrator in the appropriate runlevel?
The correct answer is B. telinit 1. Runlevel 1 is a single-user mode, which is used for maintenance or administrative tasks. You may also see this mode referred to as runlevel S (the S stands for single-user). How to change the current runlevel? You can change the current runlevel of your system using the…
Question
Options
- Ainit 0
- Btelinit 1
- Cinit 3
- Dtelinit 6
How the community answered
(39 responses)- A5% (2)
- B87% (34)
- C5% (2)
- D3% (1)
Explanation
Runlevel 1 is a single-user mode, which is used for maintenance or administrative tasks. You may also see this mode referred to as runlevel S (the S stands for single-user). How to change the current runlevel? You can change the current runlevel of your system using the “telinit” command. For example, to change to runlevel 3 on CentOS, you would type: $ telinit 3 https://likegeeks.com/linux-runlevels/
Topics
Community Discussion
No community discussion yet for this question.