2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-03 15:40:17 +00:00
cheat.sheets/sheets/stat

9 lines
216 B
Plaintext
Raw Normal View History

2020-03-05 21:18:03 +00:00
# stat
# Display file or file system status
2017-05-24 13:25:31 +00:00
# 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