- Joined
- Jun 15, 2019
- Posts
- 217
- Reaction score
- 61
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)