mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-01 06:50:26 +02:00
add linux permissions article and video (#5964)
This commit is contained in:
@@ -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 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)
|
Reference in New Issue
Block a user