Linux Community
Example use: cd /home/; du -s * | sort -nr > report.txt to see which users use the most space.
cd /home/; du -s * | sort -nr > report.txt