Very useful when you need to test for certain permissions. I imagine

this would be most useful when dealing with more advanced permission
schemes.
pull/79/head
terminalforlife 5 years ago
parent c12d8e2df2
commit d69a3c8e3a

@ -1,2 +1,5 @@
# display numerical values for file permissions
stat -c '%a %n' *
# Display only the octal permissions for the given directory. Great for tests.
stat --format='%a' /boot

Loading…
Cancel
Save