On Thu, 15 Apr 2004, Brad Morgan wrote:

> >
> > What command can I use to scan my compleet system ???
> >
> If its a *nix system, "find / -name daily.cvd" should work.
>

This command will find the file named daily.cvd, it won't actually do any
virus scanning.  I assume you are either answering in jest or are
mistaken.

For Linux, as root do the following:
cd /
clamscan -r -i

and it will list only infected files.  omit the "-i" and it will print all
the filenames as they are scanned instead of the infected ones.

I think the same command will essentially work in windows as well, for at
least a volume at a time:
C:
cd \
clamscan.exe -r -i

I've never used clam under windows so I can't vouch for that method.

-S

-- 
Scott Call      Router Geek, ATGi, home of $6.95 Prime Rib
I make the world a better place, I boycott Wal-Mart
VoIP incoming: +1 360-382-1814




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to