Which of the following commands will mount an already inserted CD-ROM in /dev/sr0 onto an existing directory /mnt/cdrom when issued with root privileges?
Which of the following commands will mount an already inserted CD-ROM in /dev/sr0 onto an existing directory /mnt/cdrom when issued with root privileges?
The correct command to mount an already inserted CD-ROM in /dev/sr0 onto /mnt/cdrom is 'mount /dev/sr0 /mnt/cdrom'. This is the standard syntax for mounting a filesystem, where you specify the device followed by the mount point. The other options either use incorrect flags or specify the device incorrectly.
It's correct C, because you need to specify the type (mount -t) in this case
why not B?
thats right why not b?