linux_wiki:clamav

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:clamav [2018/03/23 15:36]
billdozor [Clamav]
linux_wiki:clamav [2018/04/09 00:46]
billdozor [Service]
Line 20: Line 20:
  
   * Add the [[linux_wiki:repos#epel|EPEL repo]].   * Add the [[linux_wiki:repos#epel|EPEL repo]].
-  * Install ClamAV<code bash>yum -install clamav</code>+  * Install ClamAV Scanner and Auto Updater (Freshclam) 
 +    * EL 6<code bash>yum install clamav</code> 
 +    * EL 7<code bash>yum install clamav clamav-update</code> 
 +  * Install ClamAV's Scanning Daemon (clamd) 
 +    * EL 6<code bash>yum install clamd</code> 
 +    * EL 7<code bash>yum install clamav-scanner-systemd</code>
  
 ---- ----
Line 77: Line 82:
 ===== Service ===== ===== Service =====
  
-Freshclam is NOT a service. It is run via a daily cron script.\\+Freshclam is NOT a service. It is run via a daily cron script. 
 + 
 +\\
 Clamd (the scanning daemon) is run as a service. It does not scan anything by itself unless "on access scanning" is enabled. Clamd (the scanning daemon) is run as a service. It does not scan anything by itself unless "on access scanning" is enabled.
 +  * To scan certain directories regularly, either enable on access scanning, or create a cron that runs clamdscan against directories.
  
 **Enable On Boot** **Enable On Boot**
  • linux_wiki/clamav.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)