Centos 7 SYSTEMCTL && Run level && hostname
Centos 7 SYSTEMCTL && Run level && hostname
systemctl start httpd.service (service httpd start)
systemctl stop httpd.service ( service httpd stop)
systemctl restart httpd.service ( service httpd stop)
systemctl status httpd.service ( service httpd status)
systemctl enable httpd.service (chkconfig httpd on)
systemctl disable httpd.service (chkconfig httpd […]
Recent Comments