Multiple choice technology operating systems

Which of the following runlevel boots Linux in Single user mode?

  1. init 0

  2. init 1

  3. init 2

  4. init 3

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Runlevel 1 (commonly initiated via init 1) boots the Linux operating system into single-user mode, which is primarily used for administrative maintenance tasks and recovery. Runlevel 0 halts the system, while runlevels 2 and 3 boot into multi-user environments with varying networking features.