Unix change file permissions
chmod ### file
User - Group - World
0=No Permissions Whatsoever
1=Execute Only
2=Write Only
3=Write and Execute
4=Read Only
5=Read and Execute
6=Read and Write
7=Read, Write, and Execute
Example: chmod 744 test.doc