check_scan</pre>
 * Give our cron script executable permissions:
 chmod +x /etc/cron.daily/manual_clamscan
* Create empty log file
 mkdir -p /var/log/clamav
 touch /var/log/clamav/manual_clamscan.log
* (OPTIONAL) Run the script
 /etc/cron.daily/manual_clamscan
 
And you’re done! That should be the minimum required to install ClamAV and Perform a daily scan of a specific directory.