Last Updated: February 25, 2016
·
336
· sativaware

Linux: Determine directory sizes

du -shc <directory>

Example:

Report the size of the /home/documents directory

du -shc /home/documents

Report the size of all items within the /home/documents directory

du -shc /home/documents/*