Linux Lite Forums
How do I scan for viruses using clamscan clamav? - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: How do I scan for viruses using clamscan clamav? (/showthread.php?tid=3609)



How do I scan for viruses using clamscan clamav? - then00b - 12-25-2016

What can I do, to remove infected files in terminal? I scanned my laptop with clamscan clamav, I got 64 infected files.


Re: How do I scan for viruses using clamscan clamav? - Valtam - 12-26-2016

http://askubuntu.com/questions/250290/how-do-i-scan-for-viruses-with-clamav


Re: How do I scan for viruses using clamscan clamav? - then00b - 12-26-2016

(12-26-2016, 03:57 AM)Jerry link Wrote: http://askubuntu.com/questions/250290/how-do-i-scan-for-viruses-with-clamav
Thanks, but whenever I scan it in terminal it says 64 infected files. On the other hand, when I scan it with ClamTk it doesn't say that I have an infected files. Do you think this is some sort of bug?


Re: How do I scan for viruses using clamscan clamav? - Valtam - 12-26-2016

I would stick to the terminal and not use ClamTk.


Re: How do I scan for viruses using clamscan clamav? - then00b - 12-26-2016

(12-26-2016, 10:11 AM)Jerry link Wrote: I would stick to the terminal and not use ClamTk.

Okay, thanks!


Re: How do I scan for viruses using clamscan clamav? - Valtam - 12-26-2016

No problem. Once you've finished, please mark the thread as Solved. https://www.freecinema2022.gq/forums/introductions/forum-posting-guidelines/


Re: How do I scan for viruses using clamscan clamav? - then00b - 12-26-2016

Why when I scan my machine using the commend: clamscan -r /. It always shows infected files

But, when I use the sudo clamscan --remove. It doesn't show any infected files. Do you know what's the problem?


Re: How do I scan for viruses using clamscan clamav? - Valtam - 12-26-2016

Run:

Code:
sudo clamscan -r -i / | grep FOUND >> /home/youruser/virus-scan-report.txt

where 'youruser' is your username.

Then take a look at the report in your home folder. If there are no viruses reported, you are clean.


Re: How do I scan for viruses using clamscan clamav? - Valtam - 12-26-2016

Basic tutorial added here - https://www.freecinema2022.gq/manual/tutorials.html#antivirus