Command line for looking at specific port

前端 未结 13 1205
孤街浪徒
孤街浪徒 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:01

    For Windows 8 User : Open Command Prompt, type netstat -an | find "your port number" , enter .

    If reply comes like LISTENING then the port is in use, else it is free .

提交回复
热议问题