Linux clamscan杀毒

1. 安装

1.1 ubuntu
apt-get update
apt-get -y install clamav clamav-daemon
# ClamAV 需要进行一次初始更新来获取最新的病毒数据库
freshclam
报错:
ERROR: /var/log/clamav/freshclam.log is locked by another process
ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log).
ERROR: initialize: libfreshclam init failed.
ERROR: Initialization error!
解决方法:
1. 删除日志文件:
rm -f /var/log/clamav/freshclam.log
2. 停止服务
systemctl stop clamav-freshclam
freshclam
systemctl start clamav-freshclam
1.2 centos
#安装 EPEL 库
yum install -y epel-release
yum update -y
yum install -y clamav clamav-update
# 首次运行需要手动更新病毒数据库
freshclam
#如果看到错误 "Can't open /var/log/clamav/freshclam.log in append mode (check permissions!)"
chown clamupdate:clamupdate
/var/log/clamav/freshclam.log
freshclam
# 配置自动更新病毒库
sed -i -e "s/^Example/#Example/" /etc/freshclam.conf
systemctl enable clamav-freshclam.service
systemctl start clamav-freshclam.service

2.使用方式

# 扫描全盘
clamscan -r --bell -i /
# 扫描单个文件
clamscan myfile.txt
# 扫描文件夹 -r递归扫描
clamscan -r /home
# 仅在发现恶意软件时报告 -i
clamscan -r -i /home
# 扫描并移除恶意软件
clamscan -r --remove /home
  • 2
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值