du total size code example
Example 1: check folder sizes linux
du -h --max-depth=1
Example 2: command to check size of folder in linux
du -lh --max-depth=1 --block-size=M | sort -nr
Example 3: du command linux usage
Ubuntu DU for file:
du -h --human-readable <fileName>
Ubuntu DU for directory:
du -a --all <dir>