Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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]
Comment

kill apache

sudo apachectl -k graceful
Comment

PREVIOUS NEXT
Code Example
Shell :: install angular cli specific version 
Shell :: open django terminal 
Shell :: Install Specific Version of chrome on ubuntu 
Shell :: debian uninstall package 
Shell :: how to switch remote from https to ssh on in github 
Shell :: npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: react-template@0.1.0 npm ERR! Found: react@18.0.0 
Shell :: add or remove samba user 
Shell :: git remove file from watch 
Shell :: ubuntu check whats taking space 
Shell :: Cannot determine which native SDK version your project uses because the module `expo` is not installed. Please install it with `yarn add expo` and try again. 
Shell :: ubuntu get public ip 
Shell :: git set description branch 
Shell :: git ignore local file changes 
Shell :: install android studio on linux mint 
Shell :: filmora 10 crack download without watermark 
Shell :: git unrelated histories 
Shell :: unstage git add 
Shell :: bash show all file with same name 
Shell :: rename tag git 
Shell :: git store username and password 
Shell :: restart tomcat 9 ubuntu 
Shell :: simple way to make a text field to accept numbers only with maximum number of length 13 digit and min 10 
Shell :: increase upload size apache 
Shell :: undo last commit but keep changes 
Shell :: how to fix could not fix var lock /var/lib/dpkg/lock ubuntu 
Shell :: bash how to download password protected files 
Shell :: git commit -m author identity unknown 
Shell :: add submodule 
Shell :: mongodb create collection 
Shell :: nmap linux 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =