(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-04-24 14:56:59 +02:00 committed by GitSync
parent 022bfa8779
commit efd891d963

View File

@ -11,7 +11,8 @@ 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