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