Change permissions / ``create executable''

chmod o+rx /home/user/filename
Allow others to read and execute /home/user/filename

chmod o-w /home/user/filename
Deny others from writing to the file /home/user/filename

chmod +x /home/user/filename
Allow everyone to execute /home/user/filename





Matt Disney 2005-09-14