use "netstat -b" to see used ports and the executables using them
搜索打开的端口号:
in Windows:
netstat -an|find "61616"
in Linux:
netstat -an|grep 61616
本文介绍了如何在Windows和Linux环境下使用netstat命令查找特定端口的使用情况及关联的应用程序。通过示例展示了如何搜索端口号61616的使用情况。
use "netstat -b" to see used ports and the executables using them
搜索打开的端口号:
in Windows:
netstat -an|find "61616"
in Linux:
netstat -an|grep 61616
4721

被折叠的 条评论
为什么被折叠?