- Which runlevel is a GUI presented in a CentOS distribution?
A. 1
B. 5
C. 2
D. 3
- What is the command to print the current runlevel in an Ubuntu distribution?
A.run-level
B. systemdctl
C. runlevel
D. who –b
- Which alternate command displays the runlevel information?
A. who -v
B. who -l
C. who -b
D. who –r
- What does the N refer to when reading the runlevel output?
A. The current runlevel
B. The previous runlevel before it was changed to the current runlevel
C. The previous current runlevel before it was changed to the previous runlevel
D. The runlevel that is in use currently
- What does the S refer to when reading the runlevel output?
A. Single sign-on user
B. Super user
C. Single-entry super user
D. Single user
- Which command is used to change the runlevel?
A. int
B. init
C. runlevel
D. change-run-level
- Which other command can be used to change the runlevel...