1Z0-460 · Question #17
You have to mount the Oracle Linux ISO image file OracleLinux -R6 - U2 - Server - X86_64-dvd.iso to the /media/cdrom mount point. Which command will help you mount the Oracle Linux ISO image file?
The correct answer is D. # mount - 0 ro, loop oracleLinux -R6 -U2 -Server -X86_64 -dvd.iso /media/cdrom. Mount the DVD iso of the desired update of Oracle Linux Release 5. Use the following command for mounting the DVD media inserted in /dev/cdrom # mount -r -o loop -t iso9660 /dev/cdrom /mnt Use following command to mount iso image file # mount -o loop <iso image file name> /mnt
Question
You have to mount the Oracle Linux ISO image file OracleLinux -R6 - U2 - Server - X86_64-dvd.iso to the /media/cdrom mount point. Which command will help you mount the Oracle Linux ISO image file?
Options
- A
mount OracleLinux -R6 -U2 -Server X86_64-dvd.iso /media/cdrom
- B
mount -t DVD OracleLinux -R6 -U2-Server-X86_64-DVD.iso/media/cdrom
- C
mount /dvd/OracleLinux -R6 -U2- Server=X86_64-dvd.iso /media/cdrom/OracleLinux- R6-UI-
- D
mount - 0 ro, loop oracleLinux -R6 -U2 -Server -X86_64 -dvd.iso /media/cdrom
How the community answered
(23 responses)- A17% (4)
- B4% (1)
- C4% (1)
- D74% (17)
Explanation
Mount the DVD iso of the desired update of Oracle Linux Release 5. Use the following command for mounting the DVD media inserted in /dev/cdrom # mount -r -o loop -t iso9660 /dev/cdrom /mnt Use following command to mount iso image file # mount -o loop <iso image file name> /mnt
Topics
Community Discussion
No community discussion yet for this question.