how to check disk space occupied by directory in linux code example
Example 1: check folder sizes linux
du -h --max-depth=1
Example 2: linux command to list directory size
sudo du -sh /var
du -h --max-depth=1
sudo du -sh /var