Answers for "list service using port"

5

list process using port

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

find which service is using port

netstat -aon | findstr<port_number>  

 tasklist | findstr 9260
Posted by: Guest on December-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language