added file for linux/permissions.md
This commit is contained in:
14
linux/permissions.md
Normal file
14
linux/permissions.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user