(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-28 13:46:05 +02:00 committed by GitSync
parent b2b5248093
commit 6d74fcce0b

View File

@ -12,15 +12,10 @@ XXX signify the permissions for the file's owner/group/others respectively
Each X goes from 0 to 7.
What each number means can be easily calculated by looking at what the individual bit values mean.
```
0 -> No Permission
```0 -> No Permission
4 -> Read Permission
2 -> Write Permission
1 -> Execute Permission
```
1 -> Execute Permission```
A value of 5 therefor gives the permissions "Read" and "Execute".