windows 端口与程序
use “netstat -b” to see used ports and the executables using them 搜索打开的端口号: in Windows: netstat -an|find “61616” in Linux: netstat -an|grep 61616
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 石头记!
评论
use “netstat -b” to see used ports and the executables using them 搜索打开的端口号: in Windows: netstat -an|find “61616” in Linux: netstat -an|grep 61616