Answers for "kill a process using a port in linux"

42

kill port

sudo kill -9 `sudo lsof -t -i:9001`
Posted by: Guest on May-03-2020
9

kill port

npx kill-port 8080
Posted by: Guest on February-26-2021

Code answers related to "kill a process using a port in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language