Cheatsheet: Difference between revisions

Content added Content deleted
Line 799: Line 799:
- Regular file rw- r-- r--
- Regular file rw- r-- r--
l Symbolic Link rwx rwx rwx
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:
* Targeted Users: