June 2017
Intermediate to advanced
478 pages
13h 14m
English
The init program begins by reading /etc/inttab, which contains entries that define what happens at each runlevel. The format is an extended version of BusyBox inittab that I described in the preceding section, which is not surprising because BusyBox borrowed it from System V in the first place.
The format of each line in inittab is as follows:
id:runlevels:action:process
The fields are shown here:
The actions are the same as for BusyBox init: sysinit, respawn, once, wait, restart
Read now
Unlock full access