網路服務連線測試: Difference between revisions
Jump to navigation
Jump to search
m
→檢查埠是否被其他進程佔用?
m (→檢查埠是否被其他進程佔用?) |
|||
| Line 92: | Line 92: | ||
[https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers 維基百科 - TCP和UDP埠號列表] | [https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers 維基百科 - TCP和UDP埠號列表] | ||
Example output of netstat command, more on [[Find process running on port]] | |||
[[Find process running on port]] | |||
<pre> | <pre> | ||
$ netstat -tulpn | grep LISTEN | $ netstat -tulpn | grep LISTEN | ||