######## linux 常用命令 ######
网络断了启动网络 service network start
kill -9 ps -ef|grep firefox|grep -v grep|awk '{print $2}'

查看某端口占用的线程的pid

netstat -nlp |grep :9181