
clamdscan
List of commands for clamdscan:
-
clamdscan:tldr:2c87a clamdscan: Output the scan report to a log file.$ clamdscan --log ${path-to-log_file}try on your machineexplain this command
-
clamdscan:tldr:402fc clamdscan: Scan a file or directory for vulnerabilities.$ clamdscan ${filename_or_directory}try on your machineexplain this command
-
clamdscan:tldr:4b2c8 clamdscan: Scan data from `stdin`.$ ${command} | clamdscan -try on your machineexplain this command
-
clamdscan:tldr:4d3c3 clamdscan: Remove infected files.$ clamdscan --removetry on your machineexplain this command
-
clamdscan:tldr:4e371 clamdscan: Use multiple threads to scan a directory.$ clamdscan --multiscantry on your machineexplain this command
-
clamdscan:tldr:7b6ed clamdscan: Pass the file descriptor instead of streaming the file to the daemon.$ clamdscan --fdpasstry on your machineexplain this command
-
clamdscan:tldr:7dfc7 clamdscan: Scan the current directory and output only infected files.$ clamdscan --infectedtry on your machineexplain this command
-
clamdscan:tldr:fcaa7 clamdscan: Move infected files to a specific directory.$ clamdscan --move ${path-to-quarantine_directory}try on your machineexplain this command