Forrest logo
back to context overview

clamscan

List of commands for clamscan:

  • clamscan:tldr:1d641 clamscan: Scan the current directory and output only infected files.
    $ clamscan --infected
    try on your machine
    explain this command
  • clamscan:tldr:1e63c clamscan: Remove infected files.
    $ clamscan --remove yes
    try on your machine
    explain this command
  • clamscan:tldr:4577f clamscan: Scan data from `stdin`.
    $ ${command} | clamscan -
    try on your machine
    explain this command
  • clamscan:tldr:6721a clamscan: Scan a file for vulnerabilities.
    $ clamscan ${filename}
    try on your machine
    explain this command
  • clamscan:tldr:aac30 clamscan: Move infected files to a specific directory.
    $ clamscan --move ${path-to-quarantine_directory}
    try on your machine
    explain this command
  • clamscan:tldr:ba2a5 clamscan: Specify a virus database file or directory of files.
    $ clamscan --database ${path-to-database_file_or_directory}
    try on your machine
    explain this command
  • clamscan:tldr:e5047 clamscan: Scan all files recursively in a specific directory.
    $ clamscan -r ${path-to-directory}
    try on your machine
    explain this command
  • clamscan:tldr:fb5e2 clamscan: Output the scan report to a log file.
    $ clamscan --log ${path-to-log_file}
    try on your machine
    explain this command
back to context overview