Find process running on port: Difference between revisions
Jump to navigation
Jump to search
m
→參考資料
m (→Commands) |
m (→參考資料) |
||
| Line 31: | Line 31: | ||
解決方式: 請將 <port> 加上雙引號,例如: {{kbd | key=<nowiki>netstat –na | find "4444"</nowiki>}} | 解決方式: 請將 <port> 加上雙引號,例如: {{kbd | key=<nowiki>netstat –na | find "4444"</nowiki>}} | ||
== | |||
== 相關資料 == | |||
* [http://puremonkey2010.blogspot.com/2010/11/windows-windows-netstat.html 程式扎記: [Windows 技巧] windows常用網路管理指令 - netstat] | * [http://puremonkey2010.blogspot.com/2010/11/windows-windows-netstat.html 程式扎記: [Windows 技巧] windows常用網路管理指令 - netstat] | ||
* [https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac macos - Find (and kill) process locking port 3000 on Mac - Stack Overflow] | * [https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac macos - Find (and kill) process locking port 3000 on Mac - Stack Overflow] | ||
* [https://stackoverflow.com/questions/34815425/how-to-find-all-the-listening-port-in-php sockets - How to find all the listening port in PHP? - Stack Overflow] | * [https://stackoverflow.com/questions/34815425/how-to-find-all-the-listening-port-in-php sockets - How to find all the listening port in PHP? - Stack Overflow] | ||
== 參考資料 == | |||
<references /> | <references /> | ||
[[Category:Linux]] [[Category:Mac]] [[Category:Windows]] [[Category:Tool]] | [[Category:Linux]] [[Category:Mac]] [[Category:Windows]] [[Category:Tool]] | ||