码迷,mamicode.com
首页 > 其他好文 > 详细

编译安装chkrootkit出现的问题

时间:2016-11-14 19:50:35      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:extern   oca   显示   mat   cal   帮助   root   高级   ror   

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出现的问题

标签:extern   oca   显示   mat   cal   帮助   root   高级   ror   

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

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