Displays a text file’s contents a page at a time
Pager Utility
btrfs (known as BUTTER FS)
/dev/disk/by-id
/dev/disk/by-label
/dev/disk/by-uuid
/dev/disk/by-path
Directories with device listings. Use the ls command to view contents.
3 utilities used to create and view disk partitions
fdisk
gdisk
parted
What are the (simplified) steps involved in booting a Linux system?
What are the classic steps in booting an older BIOS dependent machine?
•Firmware is basic input/output system (BIOS)
•Bootloader program is in the master boot record (MBR)
when booting from a hard drive
What are the most common bootloader programs for Linux machines?
SysVinit
Classic initialization system for Linux
Uses run levels (0-6)
What are the legacy GRUB configuration settings?
•title - Designates OS configuration section;
provides verbiage for bootloader menu selection
•root - Sets disk/partition location of OS
•kernel - Provides virtual directory location of OS;
kernel options for loading OS
•initrd - Sets initial RAM disk or filesystem with needed driver
What are the steps in modern EUFI booting for a Linux machine?
•Firmware is unified extensible firmware interface (UEFI)
•UEFI uses a mini-bootloader (boot manager) to configure
bootloader program to use
Modern system initialization software that:
systemd
What are the 3 types of systemd statuses?
enabled - starts service at system boot
disabled - won’t start service at system boot
static - only starts service if manually started,
or if another service needs it at boot