mount

To temporarily allow executable scripts in /tmp to do their works:

mount -o remount,exec /tmp

To disable executable scripts in /tmp:

mount -o remount,noexec /tmp

Mounting an image:

mount -o loop -t iso9660 debian-sid.iso /mnt/isoimage/

Once an image is mounted to /mnt/isoimage, you can copy files inside that image to anywhere you like.

page_revision: 0, last_edited: 1227278122|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License