Hi,

On Wed, 16 Apr 2008 08:25:36 +1000
bill <[EMAIL PROTECTED]> wrote:

> 
> I;m running Kubuntu Hardy 8.40 beta.
> 
> I have "/" on a 10 gb partition and "/home" on a separate 10gb partition.
> 
> I am suddenly getting messages that there is not enough room in "/tmp" 
> or that my partition is full.
>
<SNIP>
>
> Ideas and suggestions please.
> 
> Bill
I have this as a quick script. 
I mainly use it for finding who the top $HOME 'hogs' are ( excluding my $HOME 
of course ).
[EMAIL PROTECTED] ~]$ cd /home && sudo /usr/local/bin/findhogs
1000K   ./foo1/public_html
996K    ./foo2
988K    ./foo3
980K    ./foo4
944K    ./foo5
...
...
...


[EMAIL PROTECTED] home]$ sudo cat /usr/local/bin/findhogs 
#!/bin/bash
du -akh | grep -v lunix | sort -nr | head -20

-- 
Regards
Mick Pollard ( lunix )
------------------------------------------------
BOFH Excuse of the day:
Minor Retrieval Bug

Attachment: pgp17WF3yAphv.pgp
Description: PGP signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to