Oracle
1Z0-403 · Question #35
You have a file1 file and the type of the file is shown below: [root@server1 ~]# file file1 disk1: ISO 9660 CD-ROM file system data 'Enterprise disc 1 2006-10-26 ' (bootable) What would you do to…
The correct answer is A. The mount command with the loop option would mount the /root/file1 disk image file on a directory. See the full explanation below for the reasoning.
Question
You have a file1 file and the type of the file is shown below: [root@server1 ~]# file file1 disk1: ISO 9660 CD-ROM file system data 'Enterprise disc 1 2006-10-26 ' (bootable) What would you do to access the contents of the /root/file1 file?
Options
- AThe mount command with the loop option would mount the /root/file1 disk image file on a directory.
- BThe mount command with the bind option would mount the /root/file1 disk image file on a directory.
- CThe mount command with the rbind option would mount the /root/file1 disk image file on a directory.
- DThe mount command with ro,user,noauto,and unhide options would mount the /root/file1 disk image
How the community answered
(42 responses)- A83% (35)
- B10% (4)
- C2% (1)
- D5% (2)
Community Discussion
No community discussion yet for this question.