The Init Program: The kernel will start a program called init, if it finds it. The init process reads the file "/etc/inittab"
[root@xnetbd ~]# vim /etc/inittab
You have new mail in /var/spool/mail/root
Linux utilizes what is called "runlevels". A runlevel is a software configuration of the system that allows only a selected group of processes to exist. Init can run the system in one of eight runlevels. These runlevels are 0-6 , Runlevels 0, 1, and 6 are reserved. For Redhat Linux version 6, the runlevels are:
0 | - | halt | ||
1 | - | Single user mode | ||
2 | - | Multiuser, without NFS (The same as 3, if you don't have networking) | ||
3 | - | Full multiuser mode | ||
4 | - | unused | ||
5 | - | X11 | ||
6 | - | Reboot |