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 :: woeusb ubuntu install 
Shell :: docker delete all images 
Shell :: uninstall node js and npm ubuntu 
Shell :: git update gitignore 
Shell :: list npm packages installed globally 
Shell :: list process using port 
Shell :: how to remove node_modules from git 
Shell :: ubuntu install telegram 
Shell :: ubuntu restart mariadb 
Shell :: moodle purge from terminal 
Shell :: empty commit 
Shell :: kill ubuntu port 
Shell :: reset local branch to remote 
Shell :: command to install axios 
Shell :: sqlite3 install ubuntu 
Shell :: install wps ubuntu 
Shell :: how to convert ui to py pyqt5 
Shell :: failed to load module canberra-gtk-module 
Shell :: how to install npm in linux 
Shell :: how to get list port linux cmd 
Shell :: how to uninstall jdk java 
Shell :: rclone ubuntu install guide tutorial 
Shell :: install amplify cli mac 
Shell :: check battery health windows 
Shell :: copy laravel project from github 
Shell :: how to stop mongodb server in ubuntu 
Shell :: terminal get number of files in dir 
Shell :: install chrome on linux 
Shell :: how to install node js on chromebook 
Shell :: hot to remove .env from git 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =