AVG 8.5 anti-virus for linux-freebsd edition マニュアル

ページ / 24
12
AVG 8.5 Anti-Virus for Linux/FreeBSD © 2008 Copyright AVG Technologies CZ, s.r.o. All rights reserved.
4.
Command Line Tools
All command-line utilities are run by symbolic links (in /usr/bin) to avgwrapper.sh
script. The script exports the necessary environment variables, and runs the
respective binary. Binaries should be used under the user the AVG product is installed
under (default "root").
Any action launched via command-line can be aborted by CTRL+c, however, this will
not work if a component executes a critical action (breaking a critical action is NOT
recommended), e.g. during update when setting new configuration.
Please note that any multistring values must be put into quotation marks.
Common parameters:
-h, --help  
Display help.
-v, --version 
Display version.
4.1. AVGSCAN Command
The avgscan binary is intended to perform various on-demand tests via avgd
daemon. Its performance is comprehensively controlled by the command line
parameters. All scans are run multi-thread and independent, therefore it is possible to
run more than one scan at a time; however scanning performance will not be
increased this way.
Note: If there is no shared memory available, memory usage will increase with each
parallel running scan process. It is HIGHLY recommended that shared memory is
enabled on the system, especially for server installation. Enabling shared memory (on
both Linux and FreeBSD):
sysctl kernel.shmmax=<shared memory size>
Options:
-x, --exclude=<path>
Exclude path from scan. Multiple --exclude options can be
specified.
-e, --ext=<extension>
Scan files with specified extension. Multiple --ext options
can be specified. Cannot be used with --noext.
-n, --noext=<extension>
Exclude files with specified extension. Multiple --noext