HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ClamAV — Open-source anti-virus program. ClamAV isn't a command, but a set of commands. More information: <ht

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandsourceclamavcliopenantiprogramvirus

Problem

How to use the ClamAV command: Open-source anti-virus program. ClamAV isn't a command, but a set of commands. More information: <https://www.clamav.net/>.

Solution

ClamAV — Open-source anti-virus program. ClamAV isn't a command, but a set of commands. More information: <https://www.clamav.net/>.

View documentation for scanning files using the clamd daemon:
tldr clamdscan


View documentation for scanning files without the clamd daemon running:
tldr clamscan


View documentation for updating the virus definitions:
tldr freshclam

Code Snippets

View documentation for scanning files using the `clamd` daemon

tldr clamdscan

View documentation for scanning files without the `clamd` daemon running

tldr clamscan

View documentation for updating the virus definitions

tldr freshclam

Context

tldr-pages: common/ClamAV

Revisions (0)

No revisions yet.