Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2005-02-07 10:08:30
Size: 96
Editor: anonymous
Comment:
Revision 14 as of 2008-01-20 00:08:48
Size: 868
Editor: MarkHobley
Comment: The system initialization process
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## Auto-converted by kwiki2moinmoin v2005-10-07
Debian's init scripts are found in /etc/init.d/
#language en
["BootProcess"] > init
----
Debian's init scripts (the scripts that runs at ["Boot"] time ) are found in the directory /etc/init.d/

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).

See also:
 * [http://node1.yo-linux.com/cgi-bin/man2html?cgi_command=init Init man page].
 * [http://linuxreviews.net/man/init/ Init(8) man page].
 * http://www.yolinux.com/TUTORIALS/LinuxTutorialInitProcess.html
 * ["sysinit"] The system initialization process
 * ["Initrd"]
 * ImportantDirectories
 * http://www.debianhelp.org/print.php?sid=3306
 * update-rc.d, the equivalent to chkconfig
 

["BootProcess"] > init


Debian's init scripts (the scripts that runs at ["Boot"] time ) are found in the directory /etc/init.d/

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).

See also: