can anyone tell me is it's posible to scan a certain folder from a shell ?
something like :
i am interested in something similar to cPanel's virus scan . help pleaseCode:./clamscan /home/aolex/docs/![]()
can anyone tell me is it's posible to scan a certain folder from a shell ?
something like :
i am interested in something similar to cPanel's virus scan . help pleaseCode:./clamscan /home/aolex/docs/![]()
man clamscan
NAME
clamscan - scan files and directories against viruses
SYNOPSIS
clamscan [options] [file/directory/-]
DESCRIPTION
clamscan is a command line anti-virus scanner. It's a part of the Clam
AntiVirus package.
....
....
so
clamscan -r /home
would recursively scan the /home directory
Anup
Last edited by anup123; 02-11-2005 at 08:22 AM.
hehe ... it's working
thank you![]()