Linux Lite Forums
Anti virus - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4)
+--- Forum: On Topic (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=14)
+--- Thread: Anti virus (/showthread.php?tid=3666)

Pages: 1 2


Re: Anti virus - bitsnpcs - 01-18-2017

Hello,
it explains about this here
ClamAV: Can't read file ERROR


Re: Anti virus - f23948 - 01-19-2017

am i doing correct typing in terminal?
Code:
sudo clamscan -r -i / | grep FOUND >> /home/youruser/virus-scan-report.txt --exclude-dir="^/sys"



Re: Anti virus - bitsnpcs - 01-19-2017

(01-19-2017, 04:30 AM)WinRocks4343 link Wrote: am i doing correct typing in terminal?
Code:
sudo clamscan -r -i / | grep FOUND >> /home/youruser/virus-scan-report.txt --exclude-dir="^/sys"

Hello,
No it is incorrect typing.
Where it says
Code:
/youruser/
you need to delete 'youruser', and type in your username, of your home folder, in its place.
For example I would have this
Code:
sudo clamscan -r -i / | grep FOUND >> /home/bitsnpcs/virus-scan-report.txt --exclude-dir="^/sys"

as my home folder is named bitsnpcs


Re: Anti virus - f23948 - 01-19-2017

yeah i know, i want to hide my name that's why i type "youruser" instead

it's working and no more showing errors

thank you


Re: Anti virus - bitsnpcs - 01-19-2017

Happy it is solved.