Ubuntu杀毒软件ClamAV使用说明

kuilz 2025-02-11 {工具}

Ubuntu杀毒软件ClamAV使用说明

ClamAV is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.

# 安装
sudo apt install clamav

# 使用
sudo clamscan -r -v / --move=/virus_file  -l detect.log

常用参数说明:

不建议使用--remove直接删除,建议使用--move进行隔离,防止误删重要文件。

💬评论