LPI
101-500 · Question #444
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 answer is C. mount -t cdrom /dev/sr0 /mnt/cdrom. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Devices, Linux Filesystems, Filesystem Hierarchy Standard
Question
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?
Options
- Amount /dev/cdrom /mnt/cdrom
- Bmount /dev/sr0 /mnt/cdrom
- Cmount -t cdrom /dev/sr0 /mnt/cdrom
- Dmount -l cdrom /dev/sr0 /mnt/cdrom
- Emount -f /dev/sr0 /mnt/cdrom
How the community answered
(55 responses)- B4% (2)
- C87% (48)
- D7% (4)
- E2% (1)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#mount command#CD-ROM/optical devices#filesystem types#device mounting
Community Discussion
No community discussion yet for this question.