see size of a folder code example Example 1: check folder sizes linux du -h --max-depth=1 Example 2: linux how to see directory data usage du -hs * | sort -rh