1. netstat -ano | findstr "포트 번호"
2. tasklist /fi "pid eq 확인한 PID"
이하 예시입니다.
> netstat -ano | findstr "11180"
C:\Users\monad>netstat -ano | findstr "11180"
TCP 0.0.0.0:11180 0.0.0.0:0 LISTENING 14132
TCP [::]:11180 [::]:0 LISTENING 14132
> tasklist /fi "pid eq 14132"
C:\Users\monad>tasklist /fi "pid eq 14132"
이미지 이름 PID 세션 이름 세션# 메모리 사용
========================= ======== ================ =========== ============
node.exe 14132 Console 6 30,644 K
[Win10]CentOS-7을 WSL에 설치하기 (0) | 2021.01.15 |
---|---|
[Win10] Microsoft Store에서 Ubuntu를 인스톨하기 (0) | 2021.01.15 |
댓글 영역