Answers for "how to see what process is listening on a port"

1

netstat check port

sudo netstat -plnt
Posted by: Guest on March-19-2020
-1

See process on port

netstat -ano | findstr 8080Code language: Bash (bash)
Posted by: Guest on May-12-2021

Code answers related to "how to see what process is listening on a port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language