To start the Dr.Web File Checker component from the command line, run the following command:
$ <opt_dir>/bin/drweb-filecheck [<parameters>]
|
Dr.Web File Checker accepts the following parameters:
Parameter
|
Description
|
--help
|
Function: Output short help information about command-line parameters to the console or the terminal emulator and shut down the component.
Short form: -h
Arguments: None.
|
--version
|
Function: Output information about the component version to the console or the terminal emulator and shut down the component.
Short form: -v
Arguments: None.
|
Example:
$ /opt/drweb.com/bin/drweb-filecheck --help
|
This command outputs short help information about the Dr.Web File Checker component.
Startup Notes
The component cannot be started directly from the command line in standalone mode. It is started automatically by the Dr.Web ConfigD configuration management daemon upon receiving requests for file system scanning from other components of Dr.Web Mail Security Suite. To manage the operation parameters of the component as well as to scan files on demand, use the Dr.Web Ctl tool designed to manage Dr.Web Mail Security Suite from the command line.
|
To start the Dr.Web Ctl tool, run the drweb-ctl command.
To scan an arbitrary file or directory using Dr.Web File Checker, you can use the scan command of the Dr.Web Ctl tool:
$ drweb-ctl scan <path to file or directory>
|
To get documentation for this component from the command line, run the man 1 drweb-filecheck command.
|
|