Physical Storage
Logical Disk Structures
The Boot Sequence
Grub2 & Configuration
Systemd & Shutdown
100

The smallest physical storage unit on a disk platter, typically 512 bytes for HDDs.

What is a sector?

100

The storage area between the end of a file and the end of its last allocated cluster.

What is slack space?

100

The software process that verifies computer hardware works properly during startup.

What is POST (Power-on Self-Test)?

100

The legacy version of the bootloader that was replaced by GRUB 2.

What is GRUB (Legacy)?

100

A computer program that runs as a background process, often named with a trailing 'd'.

What is a daemon?

200

The concentric circles on platters where data is magnetically recorded.

What are tracks?

200

The smallest logical storage unit on a hard disk, also known as an allocation unit.

What is a cluster?

200

The partitioning scheme used by UEFI that supports up to 128 partitions.

What is GPT (GUID Partition Table)?

200

The full path to the main file used for customizing GRUB2 settings.

What is /etc/default/grub?

200

The command used to prevent a service from starting entirely.

What is systemctl mask?

300

A non-volatile storage device that uses NAND flash memory and has no moving parts.

What is a Solid-State Drive (SSD)?

300

This 512-byte sector is the very first sector ("sector zero") of a data storage device.

What is the Master Boot Record (MBR)?

300

The initial RAM-based filesystem used to mount the real root filesystem.

What is initramfs?

300

The command used to regenerate the GRUB configuration file after changes are made.

What is grub2-mkconfig?

300

The specific systemd target that is equivalent to legacy runlevel 5 (Workstation).

What is graphical.target?  

400

The formula for calculating disk capacity using Cylinders, Heads, and Sectors.

What is Cylinders * Heads * Sectors * 512 bytes?

400

This data structure in the boot sector describes the physical layout of a volume, like heads and track size.

What is the BIOS Parameter Block (BPB)?

400

The first process started when booting Linux, serving as the ancestor of all other processes.

What is init?

400

The directory where scripts for operating system boot menus are stored.

What is /etc/grub.d/?

400

The systemctl command used to switch to a different target on a running system.

What is systemctl isolate?

500

The data recording method where tracks are combined into zones based on center distance.

What is Zoned Bit Recording (ZMR)?

500

FAT file system errors where clusters are marked as used but not linked to any file.

What are lost clusters?

500

The specific 2-byte signature located at the end of the MBR required by BIOS.

What is the Disk Signature (or Magic Number)?


500

This script/file is executed at boot time to actually load the Linux kernel.

What is grub.cfg?


500

The specific runlevel number used by legacy init daemons to reboot a system.

What is Runlevel 6?

M
e
n
u