Skip to content

Instantly share code, notes, and snippets.

@evdokimovm
Created May 29, 2020 15:18
Show Gist options
  • Save evdokimovm/391c8a051815f44a0e82697d3d375043 to your computer and use it in GitHub Desktop.
Save evdokimovm/391c8a051815f44a0e82697d3d375043 to your computer and use it in GitHub Desktop.
Get octal file permissions number
# Get octal file permissions number
# https://www.cyberciti.biz/faq/get-octal-file-permissions-from-command-line-on-linuxunix/
stat -c '%a' /etc/passwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment