Using Avast Anti Virus
From openSUSE
[edit]
Requirements
- Avast Anti Virus for Linux
[edit]
Installing Avast Anti Virus
Download Avast Anti Virus (32-bit), right click and then click Open with Install Software on the pop up menu.
[edit]
Avast command-line HOWTO
- Example 1
Scan all files in the /bin directory for viruses with no automatic action upon finding any infections.
Type:
avast /bin
- Example 2
The following example will scan the entire system and if an infection or infections are found, avast! will automatically delete the infected files.
Type:
avast --continue 1 /
- Example 3
This example scans only the /usr directories content and not any sub-directories inside of /usr
Type:
avast -d /usr
- Example 4
This example updates avast's virus database from the command-line
Type:
avast-update
[edit]

