Changes

From Amahi Wiki
Jump to: navigation, search
118 bytes added ,  01:54, 20 July 2014
# Run clamscan against the list of files and pipe the results out to the results file
# -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}"# Send email with results (uncomment to enable)#mail -s "HDA Daily Virus Scan - ${DATE}" user@mail.com < ${RESULTS}</pre>
==References==
12,424

edits