转自 : http://blog.youkuaiyun.com/julius819/article/details/7665679
任务 | 指令 |
---|---|
使某服务开机启动 | ystemctl enable httpd.service |
使某服务开机不启动 | systemctl disable httpd.service |
检查服务状态 | systemctl status httpd.service |
显示所有已启动的服务 | systemctl –type=service |
启动某服务 | systemctl start httpd.service |
停止某服务 | systemctl stop httpd.service |
重启某服务 | systemctl restart httpd.service |
常用服务 |
---|
network |
firewalld |