|
Concerning to:
Kaspersky Anti-Virus 5.7 for Linux File Servers
Kaspersky Anti-Virus 5.5 for Unix File Servers
Kaspersky Anti-Virus 5.5 for Samba Servers
Kaspersky Anti-Virus 5.0 for Samba Servers
Kaspersky Anti-Virus 5.5 for Unix Mail Servers
Kaspersky Anti-Virus 5.6 for Linux Mail Servers
Kaspersky Anti-Virus 5.6 for Sendmail with Milter API
Kaspersky Mail Gateway 5.5
Kaspersky SMTP-Gateway 5.5 for Linux/Unix
Kaspersky Anti-Spam 2.0To save the information Kaspersky Anti-Virus displays during the work on the console either configure the corresponding settings in the configuration file or enter in the command line:
$ some_app > ./text_file 2>&1
Where:
some_app – is the application, whose standard output (and output of error messages) you would like to save to a file.
text_file – is a full path to the file in which the information will be stored.
Example: $ keepup2date > ./updater.log 2>&1
In this case output standard messages and error messages of the keepup2date component will be displayed in the updater.log file of the current folder.
|