Skip to content

Instantly share code, notes, and snippets.

@adenosinew
Created May 3, 2019 16:23
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 adenosinew/fe0c4c1ca80293a58f07dd76dd6917b9 to your computer and use it in GitHub Desktop.
Save adenosinew/fe0c4c1ca80293a58f07dd76dd6917b9 to your computer and use it in GitHub Desktop.
[Linux Permission] Work with Linux permission #linux #management
# For macOS
stat -f "%OLp" <file>
# For Linux
stat --format '%a' <file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment