Init
From FreeBSDwiki
(Difference between revisions)
Line 1: | Line 1: | ||
The initial system process from which all other processes branch out. Also used (and more commonly at that) to describe what [[runlevel]] the unix system is in. It breaks down to: | The initial system process from which all other processes branch out. Also used (and more commonly at that) to describe what [[runlevel]] the unix system is in. It breaks down to: | ||
− | init 0 -- system halt (will drop you to the [[Open Boot Firmware]] level on Sparc-based systems | + | init 0 -- system halt (will drop you to the [[Open Boot Firmware]] level on Sparc-based systems |
− | init 1 -- single user with restrictions (will drop you into a root shell) | + | init 1 -- single user with restrictions (will drop you into a root shell) |
− | init 2 -- single user with more restrictions | + | init 2 -- single user with more restrictions |
− | init 3 -- same as init 2 but with networking enabled | + | init 3 -- same as init 2 but with networking enabled |
− | init 4 -- | + | init 4 -- |
− | init 5 -- | + | init 5 -- |
− | init 6 -- reboot | + | init 6 -- reboot |
[[Catergory: System Commands]] | [[Catergory: System Commands]] |
Revision as of 00:28, 25 August 2004
The initial system process from which all other processes branch out. Also used (and more commonly at that) to describe what runlevel the unix system is in. It breaks down to:
init 0 -- system halt (will drop you to the Open Boot Firmware level on Sparc-based systems init 1 -- single user with restrictions (will drop you into a root shell) init 2 -- single user with more restrictions init 3 -- same as init 2 but with networking enabled init 4 -- init 5 -- init 6 -- reboot