码迷,mamicode.com
首页 > 系统相关 > 详细

linux安装fprot扫描病毒

时间:2016-04-25 16:34:08      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:linux   fprot   

cd /

如果没有nfs8205,则


yum install -y nfs-utils     


mkdir nfs8205


mount -t nfs 172.31.8.205:/nfs8205 /nfs8205/  ##挂载


vi /etc/fstab


172.31.8.205:/nfs8205    /nfs8205        nfs     defaults 0 0  ##开机自动挂载

 

如果有nfs8205,没有fprot,则cd /

mkdir -m 777 fprot

cp /nfs8205/fprot/fp-Linux.x86.64-ws.tar.gz  /fprot

cd /fprot


tar  -xvzf  fp-Linux.x86.64-ws.tar.gz


cd /fprot/f-prot

./install-f-prot.pl 



y,enter,enter,ctrl+c,y,n(是否一个小时更新一次)


cp /nfs8025/fprot/antivir.def  /fprot/f-prot


crontab -e


#杀毒软件定期复制

17 3 * * 1 cp /nfs8205/fprot/antivir.def  /fprot/f-prot


检验一下

/fprot/f-prot/fpscan /fprot



更新源方法:

更新服务器(172.31.8.197)到8205

0 1 * * 1 /fprot/f-prot/fpupdate

0 1 * * 1 cp /fprot/f-prot/antivir.def  /nfs8205/fprot


linux安装fprot扫描病毒

标签:linux   fprot   

原文地址:http://406647516.blog.51cto.com/2249087/1767528

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!