端口占用查詢: <進程ID>和<程序名稱>tcp
1.查看哪一個進程佔用了端口:blog
netstat -tunlp | grep port進程
幾個參數含義:List
2.查看進程對應的程序udp
ps -ef |grep 進程IDgrep