摘要:
1、安装依赖坏境 yum install epel-release.noarch yum install -y openssl openssl-devel lzo lzo-devel pam pam-devel automake pkgconfig yum install openvpn 2、上传E 阅读全文
posted @ 2016-10-24 20:19
人艰不拆_zmc
阅读(741)
评论(0)
推荐(0)
摘要:
例如要杀掉hello这个进程,使用下面这个命令就能直接实现。 ps -ef |grep hello |awk '{print $2}'|xargs kill -9 这里是输出ps -ef |grep hello 结果的第二列的内容然后通过xargs传递给kill -9,其实第二列内容就是hello的 阅读全文
posted @ 2016-10-24 14:56
人艰不拆_zmc
阅读(668)
评论(0)
推荐(0)
浙公网安备 33010602011771号