[go: up one dir, main page]

0% found this document useful (0 votes)
17 views12 pages

Managing File and Object Access and Security Slides

The document provides an overview of Linux permissions notations, detailing the symbolic and octal representations of various permissions. It explains the combinations of read, write, and execute permissions, along with their corresponding octal values. Additionally, it hints at the use of special permissions, although further details are not provided in the excerpt.

Uploaded by

turrican
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views12 pages

Managing File and Object Access and Security Slides

The document provides an overview of Linux permissions notations, detailing the symbolic and octal representations of various permissions. It explains the combinations of read, write, and execute permissions, along with their corresponding octal values. Additionally, it hints at the use of special permissions, although further details are not provided in the excerpt.

Uploaded by

turrican
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Managing File and Object

Access and Security

David Clinton
Data Analyst | Linux System Administrator

bootstrap-it.com | linkedin.com/in/dbclinton
Understanding Linux Permissions Notations
Linux Permissions Notations

Symbol Octal Permission


Linux Permissions Notations

Symbol Octal Permission


--- 0 None
Linux Permissions Notations

Symbol Octal Permission


--- 0 None
--x 1 Execute
Linux Permissions Notations

Symbol Octal Permission


--- 0 None
--x 1 Execute
-w- 2 Write
Linux Permissions Notations

Symbol Octal Permission


--- 0 None
--x 1 Execute
-w- 2 Write
-wx 3 Write+Execute
Linux Permissions Notations

Symbol Octal Permission


--- 0 None
--x 1 Execute
-w- 2 Write
-wx 3 Write+Execute
r-- 4 Read
Linux Permissions Notations

Symbol Octal Permission


--- 0 None
--x 1 Execute
-w- 2 Write
-wx 3 Write+Execute
r-- 4 Read
r-x 5 Read+Execute
Linux Permissions Notations

Symbol Octal Permission


--- 0 None
--x 1 Execute
-w- 2 Write
-wx 3 Write+Execute
r-- 4 Read
r-x 5 Read+Execute
rw- 6 Read+Write
Linux Permissions Notations

Symbol Octal Permission


--- 0 None
--x 1 Execute
-w- 2 Write
-wx 3 Write+Execute
r-- 4 Read
r-x 5 Read+Execute
rw- 6 Read+Write
rwx 7 Read+Write+Execute
Using Special Permissions

You might also like