Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 3 (Q.No. 8)
8.
What command is used to halt a Linux system?
init 0
Shutdown -t
Shutdown -g -y0
Ctrl+Alt+Del
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Rohit said:   8 years ago
init 0 is used for shut down.

Shameer M said:   1 decade ago
init 0 is Halt.
init 1 is Single User Mode.
init 2 is Basic Multi User without NFS.
init 3 is Full Multi User with Command Line Interface (CLI).
init 4 is Not Used (User-Definable).
init 5 is Full Multi User with Graphical Windows Manager.
init 6 is Reboot.

Post your comments here:

Your comments will be displayed after verification.