On Apr 11, 2005 3:43 PM, Mark Knecht <[EMAIL PROTECTED]> wrote: > Hi, > I've got a remote Gentoo machine where the root / partition is > rapidly approaching 100% accoding to df. How can I fairly quickly > determine where the disk space is getting used? >
du -hs /* This will give you an easy to read listing of all the subdirectories off of your root with the amount of disk used by each. If you add -c to the options, it'll print a total at the end. > thanks, > Mark Mike -- gentoo-user@gentoo.org mailing list