LPIC-1 Exam 101 v5 (Linux Administrator) — Question 25

Which of the following is true when a file system, which is neither listed in /etc/fstab nor known to system, is mounted manually?

Answer options

Correct answer: C

Explanation

The correct answer is C because systemd does indeed automatically generate a mount unit for manually mounted file systems and monitors them. Option A is incorrect as systemd can handle manual mounts, and option B is wrong because the command is not valid. Option D is also not correct since systemd does not unmount the file system automatically if a mount unit is not created, and option E is misleading as unmounting can be done without requiring systemctl in this context.