Last active
August 29, 2015 14:02
-
-
Save lpf23/e7165be9c5ba4131efb4 to your computer and use it in GitHub Desktop.
Useful Linux Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File & Directory chmod value: | |
1) stat --format '%a' <file/directory> | |
2) stat -c %a <file/directory> | |
File & Directory Sizes: | |
du -sh * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment