码迷,mamicode.com
首页 > Windows程序 > 详细

windows cmd 查看远程连接端口

时间:2020-03-04 19:21:31      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:bsp   netstat   端口   win   str   ice   nbsp   host   color   

查看远程端口号

Cmd

tasklist  /svc

在输出的内容中查找svchost.exe进程下termservice服务对应的PID,在此查看的PID为:276

然后输入命令:netstat  -ano

找到对应PID就能找到对应远程端口,在此远程端口为35155端口

svchost.exe                    276 TermService    



TCP    [::]:35155             [::]:0                 LISTENING       276

 

windows cmd 查看远程连接端口

标签:bsp   netstat   端口   win   str   ice   nbsp   host   color   

原文地址:https://www.cnblogs.com/lqerio/p/12372280.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!