Table of Contents
None
Manage services (e.g mail, webserver, etc) using runlevels
Understand the role of the init process
and its configuration file /etc/inittab
Recognise the three phases of the booting process: Bootloader, Kernel and Init
Taking a closer look at the booting process helps troubleshooting when dealing with both hardware and software problems.
We first focus on the role of the init program
and its associated configuration file /etc/inittab.
The role of LILO or GRUB at boot time is
investigated in greater depth. Finally we summarize the booting process.
The document From Power to Bash Prompt written
by Greg O'Keefe as well as the
boot(7)
manpage are both good references for this module.