ClamAV-EN

Da PoliArch.
Versione del 8 apr 2014 alle 15:08 di Dennis (discussione | contributi) (Creata pagina con '{{exit}} == Introduction == This page shows how to activate, update, and scan using ClamAV == Run == To enable ClamAV (integrated since version 14.04) run: # systemctl enab...')
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)

Altre Pagine: · Home Page · Documentazione · Downloads · Screenshots · Contatti

Introduction

This page shows how to activate, update, and scan using ClamAV

Run

To enable ClamAV (integrated since version 14.04) run:

# systemctl enable clamd.service

Before starting the service, you must download the latest antivirus definitions:

# freshclam

To start ClamAV run:

# systemctl start clamd.service

Antivirus Scan

clamscan can be used to scan certain files, home directory, or an entire system

# clamscan myfile
# clamscan -r -i /home
# clamscan -r -i --exclude-dir=^/sys\|^/proc\|^/dev /

Altre Pagine: · Home Page · Documentazione · Downloads · Screenshots · Contatti