2009/2/12 Dave Hall <[email protected]>: > On Thu, 2009-02-12 at 09:24 +1100, Morgan Storey wrote: >> I'd suggest doing the below in /home/username >> du -h --max-depth=1 >> >> This will tell you what folder is using what. > > I was initially more interested in what his overall usage was, then I > would suggest he uses filelight which is just a fancy GUI frontend for > du >
I usually do a "du -sk * | sort -rn | head", to get the top ten space hogs in the current working dir, then drill down from there. -- Joel Shea <[email protected]> -- ubuntu-au mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-au
