Skip to content

Instantly share code, notes, and snippets.

View gabekz's full-sized avatar
🖥️
Working from home

Gabriel Kutuzov gabekz

🖥️
Working from home
View GitHub Profile
@gabekz
gabekz / chmodCheatSheet.md
Last active November 18, 2020 19:37 — 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)