Init: Difference between revisions

Content deleted Content added
Djmutex (talk | contribs)
m links
alternative init schemes
Line 5:
The functionality of init diverged considerably between [[Berkeley Software Distribution|BSD]] and [[UNIX System V|System V]], and users should consult their system manuals to determine which version is present.
 
The standard init system used on most [[Linux distribution|Linux distributions]] is compatible with System V init, but some distributions, such as [[Slackware]], use a BSD-style init system and others, such as [[Gentoo Linux]], have customized init systems. There are also several alternative init schemes under development.
 
==Booting==
Line 36:
==External Links==
*[http://man.he.net/man8/init man pages for init]
*Alternative init schemes:
 
**[http://www.atnf.csiro.au/people/rgooch/linux/boot-scripts/ boot-scripts]
**[http://smarden.org/runit/index.html runit]
**[http://code.dogmap.org/svscan-1/ svscan from daemontools used as process 1]
**[http://initng.thinktux.net/index.php/Main_Page Init-NG]
**[http://www.fefe.de/minit/ minit]
[[Category:Unix]]