Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 117 Bytes

check-pid-on-port.md

File metadata and controls

7 lines (5 loc) · 117 Bytes

Check PID on Port

To get the PID of a process using a port:

netstat -nao | select-string "8080"