Skip to content

Instantly share code, notes, and snippets.

@laacz
Created January 29, 2014 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laacz/8695697 to your computer and use it in GitHub Desktop.
Save laacz/8695697 to your computer and use it in GitHub Desktop.
Clamav runline.
/usr/bin/find /var/www -mtime -2 -print0 | xargs -n1 -P2 -0 clamdscan --fdpass --no-summary --infected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment