linux檢視埠及與使用埠程式相關命令_netstat_lsof

wisdomone1發表於2010-02-04

使用 netstat -nlt 檢視埠使用情況

[root@appsvr /]# netstat -nltITPUB個人空間*Do.rYd8O
Active Internet connections (only servers)ITPUB個人空間B'MOfJ
Proto Recv-Q Send-Q Local Address               Foreign Address             State     ITPUB個人空間1sTQ5Reo'C|
tcp        0      0 127.0.0.1:7200              0.0.0.0:*                   LISTEN     
k0WknAJ;c9240380tcp        0      0 0.0.0.0:7777                0.0.0.0:*                   LISTEN     
6~CO?;\9240380tcp        0      0 0.0.0.0:7778                0.0.0.0:*                   LISTEN     ITPUB個人空間#]zi*vwc ZU
tcp        0      0 0.0.0.0:1830                0.0.0.0:*                   LISTEN     ITPUB個人空間0N$QOzx
tcp        0      0 0.0.0.0:33675               0.0.0.0:*                   LISTEN     ITPUB個人空間j(hB6Z]!y#N
tcp        0      0 0.0.0.0:651                 0.0.0.0:*                   LISTEN     
M6J:p[ C*U}#L9240380tcp        0      0 23.36.2.161:7148            0.0.0.0:*                   LISTEN     
[+W@U!NA9240380tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN     ITPUB個人空間 p*I+LiZ/T
tcp        0      0 127.0.0.1:12401             0.0.0.0:*                   LISTEN     
{"NTB.FXpT9240380tcp        0      0 23.36.2.161:12401           0.0.0.0:*                   LISTEN     ITPUB個人空間hbc|&QF#x kZ
tcp        0      0 23.36.2.161:7121            0.0.0.0:*                   LISTEN     
8n?!Vco c9240380tcp        0      0 0.0.0.0:1810                0.0.0.0:*                   LISTEN     ITPUB個人空間9INW4c E f
tcp        0      0 0.0.0.0:6003                0.0.0.0:*                   LISTEN     ITPUB個人空間L'mccJ0{
tcp        0      0 0.0.0.0:12501               0.0.0.0:*                   LISTEN     ITPUB個人空間u@"w RA-y
tcp        0      0 127.0.0.1:6101              0.0.0.0:*                   LISTEN     
$d1L6s ~kUq9m9240380tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN     
&rM-?,u E K"gx*u)l+_ a9240380tcp        0      0 0.0.0.0:9400                0.0.0.0:*                   LISTEN     
pA[0U.S$f'v&g]:A9240380tcp        0      0 0.0.0.0:6200                0.0.0.0:*                   LISTEN     ITPUB個人空間C$w-\*r"h;o3s
tcp        0      0 0.0.0.0:12601               0.0.0.0:*                   LISTEN     ITPUB個人空間Q_ h1O D Y$G-{
tcp        0      0 0.0.0.0:9401                0.0.0.0:*                   LISTEN     ITPUB個人空間$R?:a upWd8L
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN     ITPUB個人空間 c_?\+x3v Zk
tcp        0      0 0.0.0.0:9402                0.0.0.0:*                   LISTEN     ITPUB個人空間/jC"|$CU
tcp        0      0 0.0.0.0:1851                0.0.0.0:*                   LISTEN     ITPUB個人空間"l_K;\'`|0Oa
tcp        0      0 23.36.2.161:7100            0.0.0.0:*                   LISTEN     
Q P.Xpm#g9240380tcp        0      0 :::22                       :::*                        LISTEN     

使用lsof -i  檢視埠屬於哪個程式

[root@appsvr /]# lsof -i :7778
|!Z` j0H

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-626779/,如需轉載,請註明出處,否則將追究法律責任。

相關文章