root@msy-Inspiron-One-2020:/home/msy# freshclam
ERROR: Missing argument for option at line 33
ERROR: Can't open/parse the config file /usr/local/etc/freshclam.conf
Run Code Online (Sandbox Code Playgroud)
这是/usr/local/etc/freshclam.conf:
#Example
DatabaseDirectory /var/lib/clamav
##
## Example config file for freshclam
## Please read the clamav.conf(5) manual before editing this file.
## This file may be optionally merged with clamav.conf.
##
# You can change the default database directory here.
#DatabaseDirectory /var/lib/clamav
DatabaseDirectory /usr/local/clamav/share/clamav
# Path to the log file (make sure it has proper permissions)
UpdateLogFile /var/log/freshclam.log
# Enable verbose …Run Code Online (Sandbox Code Playgroud) 例如,我用 vim 编写了一个 Python 程序,但我如何运行它?当我双击它时,它只显示一个编辑器程序。