Configuring inittab and rc Files
Before discussing the ins and outs of inittab and rc files, a brief discussion is needed on init, the parent process of inittab. When init is kicked off, it reads the file /etc/inittab, which tells init what to do. Usually, it tells init to allow user logons (gettys), and controls autonomous processes and other "at boot time" processes.
The init process can run at one of 15 levels. The run level is changed by having a privileged user (root) run /sbin/telinit, which sends appropriate signals to init, telling it which run level to change to.
After it has spawned all its processes, init waits for one of its child processes to die, for a power fail signal, or for a signal from /sbin/telinit to change the system's run ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access