add linux permissions article and video (#5964)

pull/5969/head
dsh 4 months ago committed by GitHub
parent e4d106904e
commit 7e2f9d3e6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      src/data/roadmaps/linux/content/103-working-with-files/100-permissions.md

@ -15,3 +15,8 @@ From the above example, the first character `-` indicates if it is a regular fil
The `r` indicates that the file can be read, `w` indicates that the file can be written to, and `x` indicates that the file can be executed. The `r` indicates that the file can be read, `w` indicates that the file can be written to, and `x` indicates that the file can be executed.
The permissions can be changed using the `chmod`, `chown`, and `chgrp` commands. The permissions can be changed using the `chmod`, `chown`, and `chgrp` commands.
Learn more from the following resources:
- [@article@Linux File Permissions](https://linuxhandbook.com/linux-file-permissions/)
- [@video@Linux File Permissions in 5 Minutes](https://www.youtube.com/watch?v=LnKoncbQBsM)
Loading…
Cancel
Save