Answers for "kill process linux using port"

2

kill port

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

kill process at a port ubuntu

sudo kill -9 $(sudo lsof -t -i:9001)
Posted by: Guest on January-07-2021
0

kill process linux using port

sudo kill -9 $(sudo lsof -t -i:8000)
Posted by: Guest on April-02-2021
0

kill a process at a port

fuser -k 8080/tcp
Posted by: Guest on May-20-2020

Code answers related to "kill process linux using port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language