🎴 Flashcard Mode

Unix/Linux and Shell Scripting Essentials

Card1 / 20
Mastered0
Review0
QuestionClick to flip

How many run levels are available in Unix

AnswerClick to flip back
A
6
💡 Explanation:

Traditional Unix System V init systems define run levels 0-6, totaling 7 distinct states. Level 0 is halt, 1 is single-user, 2-5 are various multi-user modes, and 6 is reboot. Modern systems like systemd use targets instead, but the concept of multiple run levels remains foundational.

Change Mode