Skip to content

Commit 4b0479b

Browse files
committed
Improve formatting in Linux Permissions Guide post by adding spacing in chmod section
1 parent ddf1f30 commit 4b0479b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2024-12-11-LinuxPermissionsGuide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ This representation indicates:
4242
### Changing Permissions with `chmod`
4343

4444
#### Symbolic Method
45+
4546
You can add or remove permissions using the symbols `+`, `-`, or `=`:
47+
4648
```bash
4749
chmod u+r file.txt # Add read permission for owner
4850
chmod g-w file.txt # Remove write permission for group

0 commit comments

Comments
 (0)