以查找端口号4369为例。

1. netstat -ano|findstr "4369"

windows:查找端口所对应的进程

2. tasklist |findstr "5944"

windows:查找端口所对应的进程

查到进程是epmd.exe。


相关文章: