LPIC-3 Exam 300 (Mixed Environments) — Question 5

After adding a remote CIFS share to /etc/fstab, the share is mounted to the correct location in the file system. There, all files belong to the user and group root and are not readable or writable by any other users on the system. What should be done in order to permit distinct local user access to the mounted files?

Answer options

Correct answer: C

Explanation

The correct answer is C because adding the user to the smbusers group allows them to access the CIFS mount, which is restricted by default to root and members of this group. Options A and B do not address user access directly, and option D misleads by suggesting that the mount command must be executed by the user, which does not resolve the fundamental access restriction.