Which of the following is a valid /etc/fstab entry which implements AT LEAST one of these features?

The ‘user’ option in /etc/fstab allows a normal user to mount/unmount filesystems. When used on removable devices, this can allow unaudited applications to be made available on your system. For security reasons, you may wish to disable:
The suid bit.
Device nodes.
Running of executables.
Writing to the mounted filesystem.
Which of the following is a valid /etc/fstab entry which implements AT LEAST one of these features?
A. /dev/fd0 /mnt ext2 ro,user,noauto,noexec,nodev 0 0
B. /dev/cdrom /mnt iso9660 rw,user,nobin,nosuid,nodev 00
C. /dev/cdrom /mnt iso9660 ro|user|!dev|!suid|!bin 0 0
D. /dev/fd0 /mnt vfat rw+user+noexec+nodev+nosuid 0 0
E. /dev/cdrom /mnt auto ro|user|!auto

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

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


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