Difference between revisions of "Boot sequence (rc.)"
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
| 1 || Single-user mode (for special administration) || OS | | 1 || Single-user mode (for special administration) || OS | ||
|- | |- | ||
− | | 2 || Local Multiuser | + | | 2 || Local Multiuser |
+ | <small>''also know as "Basic Multiuser"''</small> | ||
− | Local network (loopback 127.0.0.1) is up & all interfaces are registered... | + | Local network (loopback 127.0.0.1) is up & all interfaces are registered. |
+ | |||
+ | .. But there is NO NETWORK access and services (no NFS, Samba, etc.) | ||
| user | | user | ||
|- | |- | ||
Line 24: | Line 27: | ||
| 6 || Reboot || | | 6 || Reboot || | ||
|} | |} | ||
+ | |||
+ | |||
+ | |||
+ | Then each script as both an execution state and a priority. | ||
+ | |||
+ | * '''S''' => Start script | ||
+ | * '''K''' => Kill script | ||
+ | |||
+ | |||
+ | Scripts are executed in order: '''from the lower to the highest number''' = from 00 to 99. | ||
+ | |||
+ | |||
+ | |||
+ | =Sources= | ||
+ | |||
+ | |||
+ | Very good introduction to run levels: http://www.tldp.org/LDP/sag/html/run-levels-intro.html | ||
+ | |||
+ | |||
+ | Technical details: http://www.yolinux.com/TUTORIALS/LinuxTutorialInitProcess.html |
Latest revision as of 08:54, 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 and services (no NFS, Samba, etc.) |
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 |
Then each script as both an execution state and a priority.
- S => Start script
- K => Kill script
Scripts are executed in order: from the lower to the highest number = from 00 to 99.
Sources
Very good introduction to run levels: http://www.tldp.org/LDP/sag/html/run-levels-intro.html
Technical details: http://www.yolinux.com/TUTORIALS/LinuxTutorialInitProcess.html