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