221 B
221 B
permissions
Linux permissions are ordered as follows:
- owner
- group
- others
octal permissions
In octal representation the actions (read, write, execute) have the values:
- read = 4
- write = 2
- execute = 1