From 13cb4071204eb0054e5a3452c84eeb07dc912a3d Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 24 Apr 2022 14:56:35 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- pages/02.linux/02.file-operations/default.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/02.linux/02.file-operations/default.en.md b/pages/02.linux/02.file-operations/default.en.md index c5ac52a..c2e908f 100644 --- a/pages/02.linux/02.file-operations/default.en.md +++ b/pages/02.linux/02.file-operations/default.en.md @@ -12,6 +12,7 @@ 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 4 -> Read Permission 2 -> Write Permission