[Linux-aus] linux.conf.au

David Lloyd lloy0076 at adam.com.au
Wed Dec 7 06:43:02 UTC 2005


Hmmm...

> > Time for a DSL uberkludge:
> > 
> > ---
> > root# crontab -l
> > 0 * * * * rm -rf /tmp/*
> > ---
> > 
> > :P

Hmmm...

Maybe:

PSEUDO CODE

lsof /tmp/*
kill -HUP PID
kill -SIGTEM PID
rm -rf /tmp/*

Although that is truly drastic :)

DSL




More information about the linux-aus mailing list