If you want to view contents of ISO images of CD/DVD
(say xyz.iso in your home directory), you can use mount command.
# mkdir /mnt/cd
# mount -o loop ~/xyz.iso /mnt/cd
Now you can go to /mnt/cd and view the contents of the iso file.
:)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment