On Wed, Apr 8, 2009 at 1:02 PM, Pete Clapham <pc44062 at gmail.com> wrote:
> Hi, all --
>
> My server using Intrepid appears to have a constipated root directory.
> Here is the output from the df -h. As you can see, the / drive is 100%
> used.
find is your friend.....
sudo find / -type f -size +50000k -exec ls -lh {} \; |less