nerdexam
CompTIA

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…

System Management

Question

A systems administrator needs to conduct maintenance on a server. Which of the following commands will place the administrator in the appropriate runlevel?

Options

  • Ainit 0
  • Btelinit 1
  • Cinit 3
  • Dtelinit 6

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    87% (34)
  • C
    5% (2)
  • D
    3% (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

#Linux runlevels#init command#telinit command#Server maintenance

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice