Skip to content

Instantly share code, notes, and snippets.

@klobinoid
Created June 5, 2020 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klobinoid/d85cf42a00540440500d2457f7a96e94 to your computer and use it in GitHub Desktop.
Save klobinoid/d85cf42a00540440500d2457f7a96e94 to your computer and use it in GitHub Desktop.
Linux commands cheatsheet

Permissions

  • Permissions in octal form: stat -f "%Sp %OLp %N" file|folder | stat -c '%A %a %n' file|folder (tux flavour dependent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment