Follow the Setup daily scan report on Linux Dedicated servers ,

# vi /etc/cron.daily/rkhunter.sh

#!/bin/bash
(/usr/local/bin/rkhunter -c –cronjob 2>&1 | mail -s “Daily Rkhunter Scan Report” email@domain.com)

#chmod x /e
#chmod x /etc/cron.daily/rkhunter.sh

#rkhunter –update

[Post to Twitter] Tweet This

Leave a Reply