get size of a folder linux code example
Example 1: check folder sizes linux
du -h --max-depth=1
Example 2: how to check folder size in linux
# show all folder size in the current directory
du -h --max-depth=1
Example 3: how to get the size of directory in linux
du -sh /var