Command line for looking at specific port

前端 未结 13 1219
孤街浪徒
孤街浪徒 2020-12-02 03:40

Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a spe

13条回答
  •  一向
    一向 (楼主)
    2020-12-02 04:24

    This command will show all the ports and their destination address:

    netstat -f 
    

提交回复
热议问题