Differences between revisions 3 and 4
Revision 3 as of 2005-02-07 10:23:51
Size: 733
Editor: anonymous
Comment:
Revision 4 as of 2005-02-07 10:25:56
Size: 727
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
I.e. Debian has seven runlevels (0-6). 0 = a halted system; 1 = a single-user, stand-alone system; 2-5 = various multi- user modes; and 6 = system reboot. Each runlevel designates a different system configuration and allows access to different processes. I.e. Debian has seven runlevels (0-6).

1 (single-user mode),
2 through 5 (multiuser modes), and
 1. (halt the system),
6 (reboot the system).

Each runlevel designates a different system configuration and allows access to different processes.

The groups of processes or working modes of a Linux which are started by ["init"] are controlled by the runlevel. The runlevel is a digit from 0 to 6 or the letter S. Runlevels 0, 6 and S are reserved for shutdown, reboot and single user mode. Runlevel 1 is also single user mode.

I.e. Debian has seven runlevels (0-6).

1 (single-user mode), 2 through 5 (multiuser modes), and

  1. (halt the system),

6 (reboot the system).

Each runlevel designates a different system configuration and allows access to different processes.

Your system starts with the runlevel specified in /etc/inittab

See : http://www.debian.org/doc/manuals/reference/ch-system.en.html#s-runlevels