Thursday, April 25, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 14500  / 2 Years ago, sun, june 19, 2022, 7:30:05

I'm running avg anti virus on linux and I'm using only the terminal. So sudo avgscan / -a -H -c scans the whole disk, is there a way to scan just a specified folder (also scans for the folders within said folder)?


More From » command-line

 Answers
5

To launch The AVG Anti-Virus on Ubuntu, run this command from the terminal:


sudo avgctl --start


Here are some useful scanning commands:



To scan a specific folder, use this command by replacing "folder_name" with the folder you want to scan with AVG:



sudo avgscan -H /folder_name



To download an update:



sudo avgupdate -d



To update the current virus database, use one of these commands:



sudo avgupdate --priority 1
sudo avgupdate --priority 2
sudo avgupdate --priority 3
sudo avgupdate --priority 4
sudo avgupdate --priority 5



1 - Critical update


2 - Virus update


3 - Recommended update


4 - Program update (default)


5 - Optional update



To download an update:


sudo avgupdate -d


For more help about using AVG, run this command:


sudo avgscan -h



Note: To stop the scan process, press Ctrl + C in the terminal.



[#36877] Tuesday, June 21, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
suitman

Total Points: 487
Total Questions: 105
Total Answers: 98

Location: India
Member since Wed, Aug 4, 2021
3 Years ago
;