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
时间: 2024-10-06 01:48:29