|
|
This directory of Linux commands is from Linux in a Nutshell, 5th Edition. Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf. Buy it now, or read it online on Safari Bookshelf. initinit [bootflags] [runlevel] System administration command. Initialize system. Usually run from the boot loader—e.g., lilo or grub. Boot flags
Filesinit is the first process run by any Unix machine at boot time. It verifies the integrity of all filesystems and then creates other processes, using fork and exec, as specified by /etc/inittab. Which processes may be run is controlled by runlevel. All process terminations are recorded in /var/run/utmp and /var/log/wtmp. When the runlevel changes, init sends SIGTERM and then, after 20 seconds, SIGKILL to all processes that cannot be run in the new runlevel. RunlevelsThe current runlevel may be changed by telinit, which is often just a link to init. The default runlevels
Check the /etc/inittab file for runlevels on your system. |
|
|