X

看port被哪隻程式使用

要查看 port 被使用, 使用 netstat 即可.

netsta -tunlp
t: tcp, u:udp, n: don't resolve names, l: listening, p: program

但要查看 port 被那隻程式, 就要使用 lsof,

lsof -i

感謝 jclin 教導: netstat -antp 也同樣能看出是哪隻程式佔用著 port.

Tsung: 對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.
Related Post