Init
- Tags
- comp-arch
Is a special computer process that spawns several housekeeping processes.
This process performs the following steps in order:
- Check and make sure disks are OK.
- Start several essential daemons such as a print spooler or web server.
- Prepare for users:
- Start a copy of the
getty
program to initialise a virtual console that can watch the screen and keyboard. init
may actually spawn several such terminals, each able to connect to a different keyboard+monitor, but you'll rarely see more than one at once.
- Start a copy of the
- Start non-essential user configured daemons such as a networking module, display manager or X-server.