Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

httpd service centos 7 and centos 8

# start httpd service
sudo systemctl start httpd.service
# stop httpd service
sudo systemctl stop httpd.service
# check status httpd service
sudo systemctl status httpd.service
# restart httpd service
sudo systemctl restart httpd.service
Comment

PREVIOUS NEXT
Code Example
Shell :: how to disable password for ssh sudo users only 
Shell :: edit branch name git 
Shell :: docker save in windows 
Shell :: generate patch file git 
Shell :: git log grep 
Shell :: github start ssh agent 
Shell :: virtual host apache2 
Shell :: install strapi 
Shell :: configuration file is group-readable. This is insecure linux 
Shell :: how to kill intellij process in linux 
Shell :: find files in windows command 
Shell :: bash do multiple times 
Shell :: git log show diff 
Shell :: brew install jenv 
Shell :: reset gui linux 
Shell :: openssl universal requires cocoapods openssl-universal 
Shell :: gitignore tracked files 
Shell :: how to exit root in linux 
Shell :: install golang ubuntu 
Shell :: instal curl via yum 
Shell :: linux find ip of other computers on network 
Shell :: show internet password 
Shell :: Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx. 
Shell :: how to enable port 80 in ubuntu 
Shell :: npm global installation not showing 
Shell :: how to shutdown computer using linux 
Shell :: set cuda path 
Shell :: pip3 install from git 
Shell :: bash set ifs to space 
Shell :: install mariadb 10.2 ubuntu 16.04 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =