mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
# display numerical values for file permissions
|
|
stat -c '%a %n' *
|