Answers for "how to identify and stop the process that's listening on port 8080 linux"

8

kill port

kill -9 $(sudo lsof -t -i:8080)
Posted by: Guest on May-23-2020
2

kill port

sudo kill -9 $(sudo lsof -t -i:8080)
Posted by: Guest on May-23-2020

Code answers related to "how to identify and stop the process that's listening on port 8080 linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language