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
linux_wiki:clamav [2018/04/09 00:42]
billdozor [Installation]
linux_wiki:clamav [2019/05/25 23:50] (current)
Line 82: 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**
Line 177: Line 180:
   * --fdpass => Pass file descriptor permissions to clamd (allows for a faster scan when clamd is running as a different user)   * --fdpass => Pass file descriptor permissions to clamd (allows for a faster scan when clamd is running as a different user)
   * --log=/root/clamdscan-report-$(date +%Y%m%d) => Create log file here   * --log=/root/clamdscan-report-$(date +%Y%m%d) => Create log file here
 +
 +----
 +
 +===== Scan Regularly with clamdscan =====
 +
 +To scan systems regularly, use clamdscan and either
 +  * Enable on access scanning
 +  * Create a cron to launch clamdscan
 +
 +Example: Enable on access scanning
 +  * FIXME -> Show this example
 +
 +Example: Create a cron to launch clamdscan
 +  * FIXME -> Show this example
  
 ---- ----
  • linux_wiki/clamav.1523248936.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)