Created
August 11, 2016 09:40
-
-
Save bora89/de0e481740948977de004ccc49f304d4 to your computer and use it in GitHub Desktop.
Get chmod numerical
From http://unix.stackexchange.com/questions/46915/get-the-chmod-numerical-value-for-a-file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stat --format '%a' <file> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment