Answers for "process on port list windows and pid"

6

list process using port

sudo lsof -n -i :80 | grep LISTEN
Posted by: Guest on April-15-2021
0

windows get pid by port

Image Name                     PID Session Name        Session#    Mem Usage
========================= ======== ================ =========== ============
java.exe                      5312 Services                   0    130,768 K
Posted by: Guest on August-22-2021

Code answers related to "process on port list windows and pid"

Browse Popular Code Answers by Language