Shell/Bash: how to kill apache process in linux Example
Shell/Bash Example: This is the "how to kill apache process in linux" Example. compiled from many sources on the internet by SimpleTutorials.org
how to kill apache process in linux
sudo netstat -nap | grep :80 You’ll see apache2 and there is 3–4 digit numbers before it, mine is 980 sudo kill [number]
* Summary: This "how to kill apache process in linux" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!