linux oracle 网络安全 编程
发布时间:2013-06-13 01:27:44
随着服务器越来越多,普通用户转到root下,去查密码表是个很繁琐的事,发现有如下方式比较方便vi /etc/pam.d/su注释掉 auth 这一列# Uncomment the following line to implicitly trust users in the "wheel" group.auth sufficient &nbs.........【阅读全文】
发布时间:2013-05-29 17:55:48
得到进程的pid:ps -ef | grep process_name | grep -v "grep" | awk '{print $2}'查看进程的所有线程# ps mp 6648 -o THREAD,tidUSER %CPU PRI SCNT WCHAN USER SYSTEM TIDroot 0.0 - - - - - -root 0.0 24 - - - - 6648root 0.0 21 - - - - 6650root 1.0 24 - - - - 14214root 0.0 23 - futex.........【阅读全文】