avsvccfg command
Name
avsvccfg - Powertech Antivirus service configuration helper.
Synopsis
avsvccfg [validate | create | update | help]
Description
The avsvccfg command can be used to validate and modify the [avsvc] section of the configuration file, config.ini, for the anti virus service.
Configuration options are described in the avsvc manual page. Root privilege is required to perform operations on the configuration file.
Options
validate
Produce a validation report of the current contents of config.ini.
create
Overwrite the configuration file with the supplied parameters, merged with the default settings.
To revert to default settings:
avsvccfg create
To override default settings for clean and macro options:
avsvccfg create clean=no,macro=no
update
Overwrite the configuration file with the supplied parameters, merged with the current settings.
To change exclude and programs options:
avsvccfg update exclude=/dev:/run,programs=yes
help
Show man page with this information.
Exit Status
On success, 0 is returned, a non-zero failure code otherwise.