[ic] cleaning out the /tmp directory

Cameron B. Prince cameron@akopia.com
Fri, 3 Nov 2000 11:20:36 -0600


Mark,

You should just be able to rm -rf * inside the tmp dir. This is not done
automatically by default, but can typically be done with a cron job that
deletes everything older than a day or so.

Something like this should work:

44 4 * * * find /catalogs/catname/tmp -type f -mtime +1 | xargs rm

Good luck,

Cameron

-----Original Message-----
From: interchange-users-admin@minivend.com
[mailto:interchange-users-admin@minivend.com]On Behalf Of Mark Stosberg
Sent: Friday, November 03, 2000 10:50 AM
To: interchange-users@minivend.com
Subject: [ic] cleaning out the /tmp directory



Hello!

When is the '/tmp' (ScratchDir) directory cleaned out with Interchange,
if at all? If it needs to be cleaned out by hand, what's safe or
recommended? I did a search for "tmp" and "ScratchDir" in the docs and
couldn't find the answer to this. Thanks!

  -mark

personal website             }      Summersault Website Development
http://mark.stosberg.com/    {      http://www.summersault.com/

_______________________________________________
Interchange-users mailing list
Interchange-users@www.minivend.com
http://www.minivend.com/mailman/listinfo/interchange-users