Overview
This lab provides guidance on performing Booting and Restarting the System of the Linux+. By performing this lab, students will learn how to enter the GRUB menu during boot, modify the default runlevel, view log files, terminate processes, and shut down the system.
outcomes:
In this lab, you will learn to:
- Observe the boot sequence and enter the GRUB menu.
- Modify the default runlevel using symlinks.
- View log files.
- Terminate processes and shutting down the system.
Key terms and descriptions
GRUB
GRUB is a complete program for loading and managing the boot process. It is the most common bootloader for Linux distributions.
Runlevel
When a system is started, the bootloader loads the kernel which starts the init process. The init process will boot the system to a runlevel.
Log
A log files stores important events in a file in Linux.