Solved

Which of the Following Represents a Valid Linux Command to Mount

Question 1

Multiple Choice

Which of the following represents a valid Linux command to mount a CD or DVD drive in a folder named cdrom that is a subfolder of /mnt?


A) fdisk -t /dev/cdrom iso9660 /cdrom
B) mount -t udf /mnt/cdrom /cdrom
C) mount -t iso9660 /dev/cdrom /mnt/cdrom
D) fdisk -t udf /mnt/cdrom /cdrom

Correct Answer:

verifed

Verified

Related Questions