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

Which of the following is true when a file system, which is neither listed in /etc/fstab nor known to system, is mounted manually?
A. systemd ignores any manual mounts which are not done using the systemctl mount command
B. The command systemctl mountsync can be used to create a mount unit based on the existing mount
C. systemd automatically generates a mount unit and monitors the mount point without changing it
D. Unless a systemd mount unit is created, systemd unmounts the file system after a short period of time
E. systemctl unmount must be used to remove the mount because system opens a file descriptor on the mount point

Download Printable PDF. VALID exam to help you PASS.

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

    1. C is correct, you can check the mount unit with “systemctl” or “systemctl list-units”, unmount is done via “systemctl stop “

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.