1. 程式人生 > 實用技巧 >linux檢視埠被哪個程式佔用

linux檢視埠被哪個程式佔用

檢視pid有兩種方法

1.通過執行lsof查出pid

lsof -i:埠號

2.netstat -tunlp | grep 2181

通過pid檢視該程序的程式(PS:3878為查出來的pid)

[[email protected] ~]#cd /proc/3878

[[email protected] 3878]# ls -ail

查出程式的路徑