LPI
101-400 · 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. See the full explanation below for the reasoning.
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
(22 responses)- A5% (1)
- C73% (16)
- D14% (3)
- E9% (2)
Community Discussion
No community discussion yet for this question.