Web Server Administration: File Permissions
File Permissions
bigmoose (31) chmod 700 config.shbigmoose (32) ls -l config.sh-rwx------ 1 ericl 40 Aug 23 16:21 config.sh
Use chmod to change permissions:
To use chmod pass it the permissions and the file(s) to modify:0 - none1 - execute2 - write3 - write & execute4 - read5 - read & execute6 - read & write7 - read, write, execute