# 포트번호로 프로세스 id 확인
C:\Users>netstat -ano | findstr :873
TCP 0.0.0.0:873 0.0.0.0:0 LISTENING 328 TCP [::]:873 [::]:0 LISTENING 328
# 프로세스id 로 테스트 확인
C:\Users\zetawiki>tasklist | findstr 328
rsync.exe 328 Services 0 4,880 K
# 포트번호로 프로세스 id 확인
C:\Users>netstat -ano | findstr :873
TCP 0.0.0.0:873 0.0.0.0:0 LISTENING 328 TCP [::]:873 [::]:0 LISTENING 328
# 프로세스id 로 테스트 확인
C:\Users\zetawiki>tasklist | findstr 328
rsync.exe 328 Services 0 4,880 K