Transcom ISP
Acorn Moderator
ICANN Accredited Registrar
Nominet Member
Nominet Registrar
Hosting Provider
Backorder Service
- Joined
- Jun 15, 2019
- Posts
- 236
- Reaction score
- 75
Theres been a ton of good catches lately, and weve been made aware that the log files are piling up in the SSH software suites. Quick fix below:
<SSH>
crontab -e
0 5 * * * find /root/*.log -mtime +5 -exec rm -f {} \;
We will incorporate it automatically in the next release.
Cheers
Bill
transcom.net
transcom.co.uk (trade only)
<SSH>
crontab -e
0 5 * * * find /root/*.log -mtime +5 -exec rm -f {} \;
We will incorporate it automatically in the next release.
Cheers
Bill
transcom.net
transcom.co.uk (trade only)