Configuring Unix / Linux File and Directory Access Rights
Unix and Linux operating systems assign access rights to files and directories using one of three types of access (read, write and execute) assigned to each of three groups (owner, group and other users).
If you list details of a file's attributes using the ls command with the -l switch (for example ls -l filen
READ Full article