首页 > 其他 > 详细

编译安装chkrootkit出现的问题

时间:2016-11-14 19:48:59      阅读:392      评论:0      收藏:0      [点我收藏+]

tar xf chkrootkit.tar.gz

cd chkrootkit-*

make sense的时候出现make: *** [strings-static] Error 1,解决办法:yum install glibc-static -y 即可

cd ../

cp -r chkrootkit-* /usr/local/chkrootkit

rm -rf chkrootkit-*

用法:

/usr/local/chkrootkit/chkrootkit 

[root@svn tools]# /usr/local/chkrootkit/chkrootkit -h
Usage: /usr/local/chkrootkit/chkrootkit [options] [test ...]
Options:
-h show this help and exit  #显示帮助信息
-V show version information and exit #显示版本信息
-l show available tests and exit #显示测试内容
-d debug #debug模式
-q quiet mode #安静模式,只显示有问题的内容
-x expert mode #高级模式,显示所有检测结果
-r dir use dir as the root directory #设置指定的目录为根目录
-p dir1:dir2:dirN path for the external commands used by chkrootkit #指定chkrootkit检测时使用系统命令的目录
-n skip NFS mounted dirs #跳过NFS连接的目录

编译安装chkrootkit出现的问题

原文:http://www.cnblogs.com/uglyliu/p/6062902.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!