added comments in crontabs for purpose.
[feisty_meow.git] / infobase / configuration / cron / chkrootkit.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 #[chkrootkit]
7 # this runs chkrootkit to demonstrate a bug in the vm kernel currently
8 # provided by...?  hmmm: who's the vendor?
9 3 * * * * (/usr/sbin/chkrootkit -q &>/var/www/rootkit_report_quiet.txt )
10 4 * * * * (/usr/sbin/chkrootkit -x &>/var/www/rootkit_report_expert.txt )
11