Roamvalley 发表于 2008-11-23 21:17

【原创】在linux下杀毒

在linux通常用的杀毒软件是clamav

从这里下载它的代码:
http://www.clamav.net/download/sources
目前最新版本是 0.94.1
下载后解压,在解压的目录里执行一下命令

以root身份执行:
groupadd clamav
useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav

./configure --sysconfdir=/etc
gmake
gmake install
gmake clean

完成后,执行
clamscan -V
看看是不是0.94.1版本
然后执行
freshclam
以更新病毒库

此后,如果需要扫描哪个目录里的文件,就在那个目录下执行:
clamscan
看结果就知道是否有病毒感染,clamscan命令可以以非root身份执行。

记得定时执行
freshclam更新病毒库

[ Edited byRoamvalley on 2008-11-23 22:00 ]

东莞飞鱼 发表于 2008-11-23 21:23

没用过!!

vinson_zeng 发表于 2008-11-23 21:32

bash: error: User clamav (and/or group clamav) doesn't exist. Please read the documentation !


刚 configure 失败,呵呵,又得好好看看configure干了什么

rivercross 发表于 2008-11-23 21:43

aningstar 发表于 2008-11-23 21:47

可以杀windows分区的病毒吗?

Roamvalley 发表于 2008-11-23 21:51

我更新了最上面的命令,碰到错误的话你看看修改后的命令

[ Edited byRoamvalley on 2008-11-23 21:56 ]

Roamvalley 发表于 2008-11-23 21:56

回复 #5 aningstar 的帖子

可以杀,但效果不好,病毒码不全

Roamvalley 发表于 2008-11-23 21:57

Posted by rivercross on 2008-11-23 21:43 http://www.ibmnb.com/images/common/back.gif
一直在找比较好的杀毒软件,下载试试看,不知道有没有时间限制

免费的,开源的

rivercross 发表于 2008-11-23 22:16

Roamvalley 发表于 2008-11-23 22:24

Posted by rivercross on 2008-11-23 22:16 http://www.ibmnb.com/images/common/back.gif
执行
clamscan -V
出现
clamscan: error while loading shared libraries: libclamav.so.5: cannot open shared object file: No such file or directory

你在 ./configure和 gmake过程中系统有没有报错信息?

vinson_zeng 发表于 2008-11-24 11:12

docs 目录下有参考文档,呵呵!

没故事的男孩 发表于 2008-11-24 21:08

在LINUX要让病毒运行起来也不容易,更别说运行杀毒软件了

zhangyur 发表于 2008-11-27 18:16

Posted by 没故事的男孩 on 2008-11-24 21:08 http://www.ibmnb.com/images/common/back.gif
在LINUX要让病毒运行起来也不容易,更别说运行杀毒软件了
ding

xinchen97 发表于 2008-11-28 13:38

用小红伞。linux下和win下效果都不错。

Roamvalley 发表于 2008-11-28 15:11

Posted by xinchen97 on 2008-11-28 13:38 http://www.ibmnb.com/images/common/back.gif
用小红伞。linux下和win下效果都不错。


发个贴介绍一下。

jokychen 发表于 2008-11-28 20:05

用avast 好了。

钱伯斯 发表于 2009-11-11 14:02

avast Linux的效果不佳
小红伞Linux下的没用过,试试看
页: [1]
查看完整版本: 【原创】在linux下杀毒