show directory disk space
Returns top folders in the given directory and their size.
du -sh /var/www/html/path/to/folder/*
copy
Returns top folders in the given directory and their size.
du -sh /var/www/html/path/to/folder/*
copy