Skip to content

Instantly share code, notes, and snippets.

View axelneff's full-sized avatar
🎯
Focusing

Axel Neff axelneff

🎯
Focusing
View GitHub Profile
@axelneff
axelneff / chmodCheatSheet.md
Created February 14, 2019 19:02 — forked from juanarbol/chmodCheatSheet.md
Chmod cheat sheet

Chmod codes cheat sheet

How to use chmod codes in UNIX:

  1. There are three types of permisions in files and folders in unix
    1. Read (r)
    2. Write (w)
    3. Execute (x)
  2. And, there is a clasificacion of users called UGO (explained bellow):
  3. U ~> User (usually, you)