Multiple choice technology operating systems

You have a new application on a CD-ROM that you wish to install. What should your first step be? Choose one:

  1. Use the mount command to mount your CD-ROM as read-write.

  2. Use the umount command to access your CD-ROM.

  3. use the mount command to mount your CD-ROM as read-only.

  4. Read the installation instructions on the CD-ROM.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

CD-ROMs should be mounted as read-only using the mount command because they are read-only media and attempting to mount them read-write will fail. Using umount is incorrect (the device isn't mounted yet). Reading installation instructions is good practice, but the technical first step is mounting the device. Read-only mounting is the correct technical approach.