标签:list 相关 状态 start centos top unit 查看 file
1、systemctl 列出正在运行的任务
2、systemctl start *.service 开启相关服务
3、systemctl stop *.service 关闭相关服务
4、systemctl restart *.service 重启一个服务
5、systemctl status *.service 显示一个服务的状态
6、systemctl enable *.service 开机时启动服务
7、systemctl disable *.service 开机时禁止启动服务
8、systemctl is-enabled *.service 查看服务是否开机启动
9、systemctl list-unit-files|grep enabled 查看已启动的服务
标签:list 相关 状态 start centos top unit 查看 file
原文地址:http://www.cnblogs.com/sleepstone/p/6666662.html