Forrest logo
back to context overview

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 machine
    explain this command
  • clamdscan:tldr:402fc clamdscan: Scan a file or directory for vulnerabilities.
    $ clamdscan ${filename_or_directory}
    try on your machine
    explain this command
  • clamdscan:tldr:4b2c8 clamdscan: Scan data from `stdin`.
    $ ${command} | clamdscan -
    try on your machine
    explain this command
  • clamdscan:tldr:4d3c3 clamdscan: Remove infected files.
    $ clamdscan --remove
    try on your machine
    explain this command
  • clamdscan:tldr:4e371 clamdscan: Use multiple threads to scan a directory.
    $ clamdscan --multiscan
    try on your machine
    explain this command
  • clamdscan:tldr:7b6ed clamdscan: Pass the file descriptor instead of streaming the file to the daemon.
    $ clamdscan --fdpass
    try on your machine
    explain this command
  • clamdscan:tldr:7dfc7 clamdscan: Scan the current directory and output only infected files.
    $ clamdscan --infected
    try on your machine
    explain this command
  • clamdscan:tldr:fcaa7 clamdscan: Move infected files to a specific directory.
    $ clamdscan --move ${path-to-quarantine_directory}
    try on your machine
    explain this command
back to context overview