Lpic 1 Linux Administrator · Free Practice Question Easy
Question 29
- A Linux kernel images
- B Bash shell binaries
- C systemd configuration files
- D Initial ramdisk images
- E fsck binaries
Reveal correct answers
Correct answers: A, D
A.
Correct. The /boot directory typically contains the Linux kernel images, which are essential for booting the system.
B.
Incorrect. Bash shell binaries are usually located in /bin or /usr/bin, not in the /boot directory.
C.
Incorrect. systemd configuration files are generally located in /etc/systemd or /lib/systemd, not in the /boot directory.
D.
Correct. The /boot directory typically includes initial ramdisk images (e.g., initrd or initramfs), which are used to prepare the system environment during boot.
E.
Incorrect. fsck binaries are usually located in /sbin, as they are used for filesystem checking and not related to the boot process files stored in /boot.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
