Operating System/Windows

포트 사용 여부 확인

editor2080 2018. 7. 25. 15:25


1.


2.

 2-1.

1
2
3
>netstat -ano |find "LISTENING" |find "8080"
  TCP    127.0.0.1:8080         0.0.0.0:0              LISTENING       14364
 
Colored by Color Scripter
cs


 2-2.

1
2
3
>netstat -ano |findstr 8080
  TCP    127.0.0.1:8080         0.0.0.0:0              LISTENING       14364
 
Colored by Color Scripter
cs


저작자표시 (새창열림)