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