script for scanning the server by using clamscan : CRON
The following script is used to scan the server for viruses present in the server by using clamscan. Note that you will need install clamscan. This script will send an email to you after completion of the scan. Mention your mail address in EMAIL_ line. —————————————- #!/bin/bash EMAIL_=Your email address… Continue Reading script for scanning the server by using clamscan : CRON