全部博文(108)
发布时间:2014-05-17 17:20:35
lsof 不带任何选项,它会显示所有活动进程打开的文件。参数选项:-a and的意思,逻辑与-l 显示用户id二部是用户名。-t 仅仅显示进程id-U 显示unix socket 地址-F pcfn 显示进程id,命令,文件描述符,文件名及空的terminator。-i 显示网络连接。-i 6 显示IPv6 -iTCP 显示TCP 或者UDP.........【阅读全文】
发布时间:2014-05-04 17:05:17
我们的服务器是默认不开启abrt的。刚才有位同事跟我说这个是否需要开启。我也不知道呀。。然后找了下相关资料。大体意思就是说abrt只负责管理的一些package的bug。如第三方的都是不负责report bug的。。Abrtdabrtd is an automatic error reporting tool created by Redhat for their OS (and Centos). It.........【阅读全文】
发布时间:2014-05-04 15:22:34
modify your /etc/sudoers file add below information to no-root id.test ALL=(ALL) ALL,!/bin/bash......【阅读全文】
发布时间:2014-04-30 14:44:52
查了下,需要设置如下的参数。sysctl -w vm.zone_reclaim_mode=1关于zone_reclaim_mode的定义kernel的文档里描述如下Zone_reclaim_mode allows someone to set more or less aggressive approaches to reclaim memory when a zone runs out of memory. If it is set to zero then no zone reclaim.........【阅读全文】