> I would like to know who to open a iso file ? > > > -- You can mount ISO files to a directory on your system. Open up a terminal window Type: sudo mount -o loop <iso-file-name> <directory-where-to-mount> eg: sudo mount -o loop ubuntu-7.10.iso /mnt Cheers; Matthew