Cheatsheet: Difference between revisions

Line 799:
- Regular file rw- r-- r--
l Symbolic Link rwx rwx rwx
 
* Permissions Meaning
Permission On a file On a directory
r (read) read file content (cat) read directory content (ls)
w (write) change file content (vi) create file in directory (touch)
x (execute) execute the file enter the directory (cd)
 
* Targeted Users: