LPIC-2 Exam 201 (Linux Engineer) — Question 41
What is the purpose of a system mount unit?
Answer options
- A. It is used by the command systemd-mount and allows users to mount partitions to mount points of their choice
- B. It is used only to mount network file systems to local mount points. It cannot be used for local media
- C. It is created by the command systemd-fstab-generator to integrate entries from /etc/fstab into the system boot process
- D. It is used by the command mount when using system to mount and unmount file systems
Correct answer: A
Explanation
The correct answer is A because a system mount unit is specifically designed to allow users to mount partitions to their chosen mount points via the systemd-mount command. Options B and D are incorrect as they limit the scope of mounting capabilities, and option C misrepresents the purpose of the system mount unit in relation to /etc/fstab.