LFCS · Question #684
Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)
The correct answer is A. 0 E. 6. SysV init run levels 0 (halt) and 6 (reboot) should never be set as the default run level, as this would prevent the system from entering a functional state.
Question
Options
- A0
- B1
- C3
- D5
- E6
How the community answered
(27 responses)- A85% (23)
- B4% (1)
- C7% (2)
- D4% (1)
Why each option
SysV init run levels 0 (halt) and 6 (reboot) should never be set as the default run level, as this would prevent the system from entering a functional state.
Run level 0 is the halt state, meaning the system would immediately shut down after starting if this were the default, preventing any user interaction or services from running.
Run level 1 (single-user mode) can sometimes be a default for specific maintenance or recovery systems, though not typical for general operation.
Run level 3 (multi-user text mode) is a common default run level for servers, providing a functional system without a graphical environment.
Run level 5 (multi-user graphical mode) is a common default run level for desktop systems, providing a fully functional graphical user interface.
Run level 6 is the reboot state, meaning the system would continuously reboot in a loop if this were the default, never reaching a stable operational state.
Concept tested: SysV init run level definitions
Topics
Community Discussion
No community discussion yet for this question.