Skip to content

Instantly share code, notes, and snippets.

@ifnull
Last active December 20, 2015 08:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ifnull/6102790 to your computer and use it in GitHub Desktop.
Save ifnull/6102790 to your computer and use it in GitHub Desktop.
Get octal permissions
# Linux
stat -c "%a %n" ~/
# OSX
stat -f %Mp%Lp ~/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment