Created
June 5, 2019 22:58
-
-
Save shubhamagarwal92/ea3f7024fc759ee5f5140321b9d4c1f1 to your computer and use it in GitHub Desktop.
Get the storage of the current folder and the mount system
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
# Usage of the current folder | |
du -sh | |
# Get the storage used by each sub-directory in the folder | |
du -h | |
# Get filesystem, size, used avail and mounted info | |
df -h | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment