Ubuntu安装ClamAv杀毒软件,并配置扫描完成关机
安装ClamAv: sudo apt install clamav clamav-daemon 更新病毒库: sudo systemctl stop clamav-freshclam sudo freshclam sudo systemctl enable clamav-freshclam --now 启动守护进程: sudo systemctl enable --now clamav-daemon 配置文件路径: /etc/clamav/clamd.conf 默认日志文件路径: /var/log/clamav/clamav.log 开启实时防护实时防护会占用一定系统资源,可以根据需求决定是否要开启。 编辑配置文件: …

