Linux Foundation Certified System Administrator (LFCS) — Question 40

What does the command mount -a do?

Answer options

Correct answer: D

Explanation

The correct answer is D because the command mount -a mounts all file systems that are specified with the auto option in /etc/fstab. Option A is incorrect as it refers to the noauto option, which prevents automatic mounting. Options B and C are unrelated to the function of mount -a, while option E incorrectly suggests that it mounts all file systems without considering their specified options.