Skip to content

Instantly share code, notes, and snippets.

View ApetweBc's full-sized avatar
🎯
Focusing

Cobby Cobb ApetweBc

🎯
Focusing
View GitHub Profile
@ApetweBc
ApetweBc / chmodCheatSheet.md
Created July 28, 2021 20:26 — 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 permissions in files and folders in unix
    1. Read (r)
    2. Write (w)
    3. Execute (x)
  2. And, there is a classification of users called UGO (explained bellow):
  3. U ~> User (usually, you)