Howto set *nix file permissions using chmod
UNIX operating systems enforce strict access control of files based on the owner, a group, and everyone else. This document describes the techniques for setting these access controls with chmod. The UNIX chmod command can be confusing until a few basic points are explained. It allows different access control for the owner of the file [...]
Read the rest of this entry »