Very simple question. What file should I check for scanning in clamtk antivirus?

Asked by Joel Stein

There are five boxes. Right now I;ve just checked to scan files beginning with a "dot". Which of the other four should I check. I never used antivirus in the past but feel more comfortable having it there.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Joel Stein
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You can scan the whole OS with:

clamscan -r --bell -i / | grep -i FOUND

And show only the infected files.

Revision history for this message
Joel Stein (ticktockman) said :
#2

Thanks Andrew. I think I'm on the right track. I ran the command and got a lot of "unable to read file *****" Not sure what that means. Also I don't know what the character preceding "grep" is. I don't have a verticle line. Is it a small l or something?

Revision history for this message
michael (yellupcm-gmail) said :
#3

Don't type command in, copy and paste, will work much better. The | is Shift \.

Revision history for this message
Joel Stein (ticktockman) said :
#4

Yeah, that's what I had done. Command worked fine, I just didn't understand results. I think I've pretty much worked it out, with your help. Thanks again.

Joel