Size: 1242
Comment: Add link to french translation
|
Size: 1182
Comment: use Debian manpages Reported-by: Wigo0101 on #debian-www
|
Deletions are marked like this. | Additions are marked like this. |
Line 24: | Line 24: |
* [[http://node1.yo-linux.com/cgi-bin/man2html?cgi_command=init|Init man page]]. * [[http://linuxreviews.net/man/init/|Init(8) man page]]. |
* [[DebianMan:1/init|Init man page]]. * [[DebianMan:8/init|Init(8) man page]]. |
Translation(s): English - Français - Italiano
BootProcess > init
Init is the first program to run after your system is booted, and continues to run as process number 1 until your system halts. Init's job is to start other programs that are essential to the operation of your system. All processes are descended from init. For more information, see the manual page init(8).
Overview
The system initialization process is handled by the init daemon.
The ?/etc/inittab configuration tells init what to do. Especially it contains the lines :
id:2:initdefault: si::sysinit:/etc/init.d/rcS l2:2:wait:/etc/init.d/rc 2
Which causes the files /etc/init.d/rcS to run initialization scripts (in /etc/rcS.d/*), then scripts for requested runlevel (in /etc/rcS.[0-9]/*).
See also
http://www.yolinux.com/TUTORIALS/LinuxTutorialInitProcess.html
- update-rc.d, the equivalent to chkconfig