linux - boot level
Linux has 7 different run levels (or operating modes):
0 - System Halted
1 - Single User Mode
2 - Single User Mode with Networking
3 - Multi-User Mode - boot up in text mode
4 - Not yet Defined
5 - Multi-User Mode - boot up in X Windows
6 - Shutdown & Reboot
To change the boot level:
rootatservername ~# vi /etc/inittab
#
- inittab This file describes how the INIT process should set up
- the system in a certain run-level.
# - Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
- Modified for RHS Linux by Marc Ewing and Donnie Barnes
#
- Default runlevel. The runlevels used by RHS are:
- 0 - halt (Do NOT set initdefault to this)
- 1 - Single user mode
- 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
- 3 - Full multiuser mode
- 4 - unused
- 5 - X11
- 6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault: