-
根据进程pid查端口:
lsof -i | grep pid
-
根据端口port查进程:
lsof -i:port
-
根据进程pid查端口:
netstat -nap | grep pid
-
根据端口port查进程
netstat -nap | grep port
根据进程pid查端口:
lsof -i | grep pid
根据端口port查进程:
lsof -i:port
根据进程pid查端口:
netstat -nap | grep pid
根据端口port查进程
netstat -nap | grep port
本文标题:2018-09-24
本文链接:https://www.haomeiwen.com/subject/aihcoftx.html
网友评论