Answers for "stop application in port ubuntu"

15

ubuntu stop process on port

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

Code answers related to "stop application in port ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language