|
[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'.]