Shell/Bash: ubuntu stop process on port Example
Shell/Bash Example: This is the "ubuntu stop process on port" Example. compiled from many sources on the internet by SimpleTutorials.org
ubuntu stop process on port
sudo kill -9 `sudo lsof -t -i:{PORT_NUMBER}`
stop a process running on a port ubuntu
sudo kill -9 `sudo lsof -t -i:9001`
* Summary: This "ubuntu stop process on port" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!