0

How to mount the red hat linux iso files

If you want to mount the Red Hat ISO files (in order, for example, to
view their content), you should use the following command:

mount -r -t iso9660 -o loop -v  

Replace  with the full path & name of your ISO file and
 with a mount point (e.g., '/mnt/iso').