aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
linux |
public |
2019-01-13 08:39:01 -0800 |
2024-09-23 15:28:19 -0700 |
false |
20190113163901 |
|
false |
false |
|
chmod Reference Table |
tech-note |
A helpful overview of chmod
permissions.
Permission | User | Group | Other |
---|---|---|---|
Read | 4 | 4 | 4 |
Write | 2 | 2 | 2 |
Execute | 1 | 1 | 1 |
U | G | O | |
X | X | X |
Numeric | Permission |
---|---|
777 | rwxrwxrwx |
755 | rwxr-xr-x |
644 | rw-r–r– |
700 | rwx—— |
750 | rwxr-x— |