Pages

Wednesday, March 27, 2013

How do I scan all accounts using ClamAV

You can scan your accounts using the following commands :

clamscan -ir /home/username -l clamscanreport


If you wish to scan your whole server then use the below given command :

clamscan -ir / -l clamscanreport


After clamscan is completed a new file will be created with name clamscanreport which will contain your clam scan report.

No comments:

Post a Comment