nerdexam
Linux_Foundation

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.

Submitted by parkjh· Apr 18, 2026Operation of Running Systems

Question

Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)

Options

  • A0
  • B1
  • C3
  • D5
  • E6

How the community answered

(27 responses)
  • A
    85% (23)
  • B
    4% (1)
  • C
    7% (2)
  • D
    4% (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.

A0Correct

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.

B1

Run level 1 (single-user mode) can sometimes be a default for specific maintenance or recovery systems, though not typical for general operation.

C3

Run level 3 (multi-user text mode) is a common default run level for servers, providing a functional system without a graphical environment.

D5

Run level 5 (multi-user graphical mode) is a common default run level for desktop systems, providing a fully functional graphical user interface.

E6Correct

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

#SysV init#Run levels#System boot#System shutdown

Community Discussion

No community discussion yet for this question.

Full LFCS Practice