In Unix/Linux, who can do what to a file or directory is controlled through sets of permissions. There are three sets of permissions. One set for the owner of the file, another set for the members of ...
This example shows how to give your group access to all of the files and subdirectories in a directory, but limit other users’ access to specified files. $ chmod -R u=rwx,g=rwx ... this is typically ...