Answers for "ubuntu kill process on port 8000"

15

ubuntu stop process on port

sudo kill -9 `sudo lsof -t -i:{PORT_NUMBER}`
Posted by: Guest on March-30-2020
1

kill process at a port ubuntu

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

ubuntu kill running port

Kill specific port
Posted by: Guest on May-05-2021

Code answers related to "ubuntu kill process on port 8000"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language