LPIC-1 Exam 101 v5 (Linux Administrator) — Question 15
Which of the following files are found in the /boot/ file system? (Choose two.)
Answer options
- A. Linux kernel images
- B. Bash shell binaries
- C. systemd target and service units
- D. Initial ramdisk images
- E. fsck binaries
Correct answer: A, D
Explanation
The correct answers are A and D because the /boot/ directory contains essential files for booting the system, including Linux kernel images and initial ramdisk images. Options B, C, and E do not belong in the /boot/ directory as they are related to user-level operations and system management rather than the boot process.