Difference between revisions of "Boot sequence (rc.)"
(Created page with "Category:Linux A small reminder regarding the Run Levels in Debian. {| class="wikitable" |- ! Level !! Purpose !! Managed by |- | 0 || Halt sequence || both (OS + user)...") |
|||
Line 13: | Line 13: | ||
| 2 || Local Multiuser (= also know as "Basic Multiuser"). | | 2 || Local Multiuser (= also know as "Basic Multiuser"). | ||
− | Local network (loopback 127.0.0.1) is up & all interfaces are registered... but there is NO NETWORK access (no NFS, Samba, ...) | + | Local network (loopback 127.0.0.1) is up & all interfaces are registered... but there is NO NETWORK access (no NFS, Samba, ...) |
− | + | | user | |
|- | |- | ||
| 3 || Full Multiuser with networking text mode || OS | | 3 || Full Multiuser with networking text mode || OS |
Revision as of 08:45, 22 August 2014
A small reminder regarding the Run Levels in Debian.
Level | Purpose | Managed by |
---|---|---|
0 | Halt sequence | both (OS + user) |
1 | Single-user mode (for special administration) | OS |
2 | Local Multiuser (= also know as "Basic Multiuser").
Local network (loopback 127.0.0.1) is up & all interfaces are registered... but there is NO NETWORK access (no NFS, Samba, ...) |
user |
3 | Full Multiuser with networking text mode | OS |
4 | Full Multiuser with networking text mode | user |
5 | Full Multiuser with networking graphical mode | both (OS + user) |
6 | Reboot |