System Boot and Services

Assess understanding of boot process and service management.

1. Which firmware interface succeeded BIOS in modern computer systems?
2. Which stages are part of the typical Linux boot process?
3. The init process is the first user-space process started by the Linux kernel.
4. What is the default init system used in most modern Linux distributions (e.g., Ubuntu, Fedora)?
5. Which component is responsible for loading the operating system kernel into memory during boot?
6. Which commands manage system services in a systemd-based Linux distribution?
7. In SysVinit, runlevel 6 corresponds to 'reboot'.
8. What does BIOS stand for?
9. Which systemd target is equivalent to SysVinit runlevel 5 (multi-user with GUI)?
10. What are responsibilities of the BIOS/UEFI during system boot?
11. The Linux kernel mounts the root filesystem before starting the init process.
12. What is the most common boot loader used in Linux systems with BIOS?
13. Which are valid systemd targets?
14. What term refers to a background process that provides core system functionality (e.g., network, printing)?
15. UEFI supports larger disk sizes than BIOS due to its use of GPT partitioning.
16. What is the PID (Process ID) of the init process in Linux?
17. Which actions occur after the boot loader loads the kernel?
18. Running 'systemctl stop sshd' will permanently disable the SSH service from starting on boot.
19. Which systemd command lists all running services?
20. Which are examples of system services?
Answered 0 of 0 — 0 correct