Skip to content

Instantly share code, notes, and snippets.

View sanipini554's full-sized avatar
๐Ÿ˜ƒ

Srikanth Sanipini sanipini554

๐Ÿ˜ƒ
View GitHub Profile

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)