chmod
Chmod is a shell command in unix and linux system to change file or directory permissions. For example : chmod 777 run.txt , It’s mean that we make file run.txt to be execute, readable and writeable by everyone. For complete go to this link http://en.wikipedia.org/wiki/Chmod. Thanks for coming :D
Mount iso file with a shell script
Mount iso file with a shell script, it’s easy in linux. I’ve done in linux. And I’m using ubuntu 9.10. This script I use to mount an and many iso files of ubuntu repositiry at one time. Of course this script will be different with your script, according to your address of source iso files and target of destination directory for mounting.