admin管理员组

文章数量:1130349

windows 系统查看占用某个端口的应用命令

1stat -ano|findstr 8080 8080 指正在使用或被占用的端口号
然后命令返回例如:
TCP 127.0.0.1:10000 0.0.0.0:0 LISTENING 15080 (15080对应任务管理器的pid)
2. tasklist|findstr 15080 返回
SangforPromoteService.exe 15080 Services 0 10,492 K

windows 系统查看占用某个端口的应用命令

1stat -ano|findstr 8080 8080 指正在使用或被占用的端口号
然后命令返回例如:
TCP 127.0.0.1:10000 0.0.0.0:0 LISTENING 15080 (15080对应任务管理器的pid)
2. tasklist|findstr 15080 返回
SangforPromoteService.exe 15080 Services 0 10,492 K

本文标签: 端口命令系统Windows