To show the size of all sub directories of a specific directorydu -sh /home/*
du /path/to/dir --max-depth=1 | sort -nr
To show all the 1 level sub directories sizedu -sh
df -h /path/to/dir
du -sh *
To show the size of specific directorydu -sh /home
No comments:
Post a Comment