clamav: fix page (#8965)

This commit is contained in:
Axel Navarro
2022-10-12 11:21:34 -03:00
committed by GitHub
parent 55099c7d62
commit 6feacdf900
3 changed files with 25 additions and 21 deletions

View File

@@ -1,21 +0,0 @@
# clamav
> Open-source anti-virus program.
> Designed especially for e-mail scanning on mail gateways, but can be used in other contexts.
> More information: <https://www.clamav.net>.
- Update virus definitions:
`freshclam`
- Scan a file for viruses:
`clamscan {{path/to/file}}`
- Scan directories recursively and print out infected files:
`clamscan --recursive --infected {{path/to/directory}}`
- Scan directories recursively and move them into quarantine:
`clamscan --recursive --move={{directory}}`