分类导航

最新文章

按月份

根据端口查找进程pid

netstat -lnp|grep 端口号|grep -v grep|sed -n '1p'|awk '{print $7}'|awk -F/ '{print $1}'