linux常用命令
######## linux 常用命令 ######
网络断了启动网络 service network start
kill -9 ps -ef|grep firefox|grep -v grep|awk '{print $2}'
查看某端口占用的线程的pid
netstat -nlp |grep :9181
原文作者: 西瓜哥
原文链接: http://yoursite.com/2019/01/14/linux常用命令/
版权声明: 转载请注明出处(必须保留原文作者署名原文链接)