Answers for "stop all process using port 80 ubuntu"

42

kill port ubuntu

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

port kill ubuntu

sudo kill -9 `sudo lsof -t -i:8000`
Posted by: Guest on December-21-2021

Code answers related to "stop all process using port 80 ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language