"John1" <suppressed> wrote:
> I had noticed that the tmp directory in the catalog root fills up over time.
>
> I am running expireall.pl as a cron job and had thought that this would take
> care of expiring the contents of the tmp directoy as well as the session
> directory.
>
You can run something like the following to clean out the tmp directory:
cd /path/to/website/home
find tmp -type f -mtime +7 -print|xargs rm -f
That would remove any file that hasn't been modified in the last seven
days. I tend to configure for three days, rather than seven, in my
housekeeping scripts. Set to a value you feel comfortable with.
>
> Send instant messages to your online friends http://uk.messenger.yahoo.com
>
Aaaaaw - do I have to?
--
_/ _/ _/_/_/_/ _/ _/ _/_/_/ _/ _/
_/_/_/ _/_/ _/ _/ _/ _/_/ _/ K e v i n W a l s h
_/ _/ _/ _/ _/ _/ _/ _/_/ suppressed
_/ _/ _/_/_/_/ _/ _/_/_/ _/ _/
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.