January 7, 201412 yr Look through all the user's directories and add up the space they were using and make a listing of the results. du -s * | sort -nr > $HOME/user_space_report.txt
Create an account or sign in to comment