Skip to content

Instantly share code, notes, and snippets.

@papajoker
Created February 27, 2015 11:40
Show Gist options
  • Save papajoker/9f9a01da164c2e517497 to your computer and use it in GitHub Desktop.
Save papajoker/9f9a01da164c2e517497 to your computer and use it in GitHub Desktop.
ls linux command - octal permission
#un petit ls like avec permissions en octal
stat -c '%A(%a) %U %G %n' *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment