Skip to content
init
EntityQ261918· pop 24· linked from 112 articles

Also known as initialization, UNIX init, init process, init daemon, init system

thumb|Version 7 Unix: listing, showing and thumb|Version 7 Unix: contents of an Bourne shell script

Wikidata facts

Show 1 more fact
Stack Exchange tag
stackoverflow.com/tags/init
Sources (1)

via Wikidata · CC0

~9 min read

Article

8 sections
Contents
  • {{Anchor|STARTUP-SCRIPTS}}Research Unix-style/BSD-style
  • {{Anchor|SYSV}}SysV-style
  • Runlevels
  • Default runlevels
  • {{Anchor|S6}}Other implementations
  • See also
  • References
  • External links

thumb|Version 7 Unix: listing, showing and thumb|Version 7 Unix: contents of an Bourne shell script

In Unix-like computer operating systems, init (short for initialization) is the first process started during booting of the operating system. Init is a daemon process that continues running until the system is shut down. It is the direct or indirect ancestor of all other processes and automatically adopts all orphaned processes. Init is started by the kernel during the booting process; a kernel panic will occur if the kernel is unable to start it or if it dies for any reason. Init is typically assigned process identifier 1.

Gallery (6)

Connections

Categories