Ubuntu
Linux 中的埠監控
如何找出哪些程序正在監聽 Ubuntu 中的特定埠?
lsof -i :<port #>
假設你是root。
netstat -lnp
第 4 和第 7 個欄位是您想要的。
或者,您可以使用lsof(1)獲得更詳細的資訊。