nerdexam
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)
  • A
    5% (1)
  • C
    73% (16)
  • D
    14% (3)
  • E
    9% (2)

Community Discussion

No community discussion yet for this question.

Full 101-400 Practice