使用systemctl工具来管理服务程序如service和chkconfig
查看系统所开启的服务 systemctl list-unit-files|grep enabled
禁用某个服务如:systemctl disable firewalld.service
Redhat7 新命令
原文:http://168ok8.blog.51cto.com/73394/1698278