Examples (8)
Scan a file or directory for vulnerabilities
clamdscan path/to/file_or_directoryScan the current directory and output only infected files
clamdscan --infectedPrint the scan report to a log file
clamdscan --log path/to/log_fileMove infected files to a specific directory
clamdscan --move path/to/quarantine_directoryRemove infected files
clamdscan --removeUse multiple threads to scan a directory
clamdscan --multiscanPass the file descriptor instead of streaming the file to the daemon
clamdscan --fdpassmade by @shridhargupta | data from tldr-pages