01-18-2017, 04:36 AM
Pages: 1 2
01-19-2017, 04:30 AM
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, 05:45 PM
(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/
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
01-19-2017, 11:40 PM
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
it's working and no more showing errors
thank you
01-19-2017, 11:56 PM
Happy it is solved.
Pages: 1 2