Home / Computer Science / Unix & Linux Basics :: Discussion

Discussion :: Unix & Linux Basics

  1. Which of the following is a valid format for mounting a CD-ROM drive?

  2. A.

     mount -t iso9660 /dev/cdrom / mnt/cdrom

    B.

     mount /dev/cdrom

    C.

     mount /mnt/cdrom

    D.

     All of the above

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Explanation Not Provided


Be The First To Comment