(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-06-28 13:45:38 +02:00 committed by GitSync
parent 66160c34fb
commit b2b5248093

View File

@ -14,8 +14,11 @@ 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
4 -> Read Permission
2 -> Write Permission
1 -> Execute Permission
```