Saturday, 3 November 2012

chmod -Basic Unix commands

" chmod " to change the permissions of a file or directory
For example to make file xy readable by every user
 % chmod a+r xy
To make a file with shell script command1 executable, we do this
   % chmod +x command1

No comments:

Post a Comment