diff --git a/pages/02.linux/02.file-operations/default.en.md b/pages/02.linux/02.file-operations/default.en.md index c2e908f..227ff7f 100644 --- a/pages/02.linux/02.file-operations/default.en.md +++ b/pages/02.linux/02.file-operations/default.en.md @@ -11,9 +11,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 +```0 -> No Permission 4 -> Read Permission 2 -> Write Permission 1 -> Execute Permission