On Wed, 15 Nov 2000, Jay wrote:

>> civileme
>>
>> On Tuesday 14 November 2000 22:55, you wrote:
>How do I give myself the option of automatically deleting the /tmp file
>contents? --

As root, set up a cron job (crontab -e):

0 10 * * * rm -rf /tmp/*

This will run every day at 10 am. Look at man 5 crontab for more details
on the time setting.

Paul

-- 
We are Microsoft of Borg.
You will be assimilated.
Resistance is-

 Fatal Exception Error in MSBORG32.DLL

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
             Linux Mandrake 7.2 - Pine 4.30


Reply via email to