Linux Lite Forums

Full Version: Anti virus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,
it explains about this here
ClamAV: Can't read file ERROR
am i doing correct typing in terminal?
Code:
sudo clamscan -r -i / | grep FOUND >> /home/youruser/virus-scan-report.txt --exclude-dir="^/sys"
(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
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
Happy it is solved.
Pages: 1 2