LDAP Explorer FAQ

6. How to deal with temporary files - 'LE00*' on hard disk? They become more and more. And they are eating up a lot of space.

[Top] [Contents]
[Prev: 5. Does LDAP Explorer have search/find feature?]
[Next: 7. Apache returns 'Maximum execution time exceeded in tree.php on line xxx'.]


Here's a way how to delete temporary files that are 1 day old:

[root@igloo /root]# find /home/httpd/html/tmp -name 'LEOO*' -atime 1 -exec rm {} \;

Add this command line to your crontab. Cron job will check the file stamptime and delete it automatically if it's one day old.


[Top] [Contents]
[Prev: 5. Does LDAP Explorer have search/find feature?]
[Next: 7. Apache returns 'Maximum execution time exceeded in tree.php on line xxx'.]


Last Modified: 24 November 2000
Maintained by: Terrence Miao terrence_miao@email.com
[HTML 4.0 Checked!]