Linux_FoundationLinux_Foundation
LFCS · Question #850
LFCS Question #850: Real Exam Question with Answer & Explanation
The correct answer is C: user. The user option in /etc/fstab permits any regular user to mount and unmount the specified filesystem, typically used for removable media like CD-ROMs or floppy drives.
Submitted by minji_kr· Apr 18, 2026Storage Management
Question
To allow a regular user account to mount and unmount a filesystem (for instance, a cdrom or floppy), which option need to be added to the corresponding line in /etc/fstab?
Options
- Anouidchk
- Balluser
- Cuser
- Dauto
Explanation
The user option in /etc/fstab permits any regular user to mount and unmount the specified filesystem, typically used for removable media like CD-ROMs or floppy drives.
Common mistakes.
- A.
nouidchkis an obscure option related to NFS mounts and UIDs, not for general user mounting permissions. - B.
alluseris not a standardfstabmount option. - D.
autocauses the filesystem to be mounted automatically at boot time or whenmount -ais run, but does not grant regular users mount/unmount privileges.
Concept tested. fstab mount options for user privileges
Reference. https://man7.org/linux/man-pages/man8/mount.8.html
Topics
#fstab#Filesystem mounting#User permissions#Storage options
Community Discussion
No community discussion yet for this question.