Changes

From Amahi Wiki
Jump to: navigation, search
363 bytes added ,  00:44, 20 July 2014
# -i prints only infected files, -f is the list of files to scan, and -l is the output log
clamscan -i -f "${LIST}" -l "${RESULTS}"</pre>
* Configure virus definitions update
touch /var/log/clamav/freshclam.log
chmod 600 /var/log/clamav/freshclam.log
chown clamupdate /var/log/clamav/freshclam.log
* Set up cron job
N * * * * /bin/freshclam --quiet
 
 
'''NOTE:''' Change N to any value between 3 and 57 for minutes. This will help prevent conflicts with other cron jobs that typically run at 0.
== Using Greyhole ==
12,424

edits