码迷,mamicode.com
首页 > 其他好文 > 详细

centos 常用命令(1)——系统命令

时间:2017-04-04 23:10:45      阅读:153      评论:0      收藏:0      [点我收藏+]

标签: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 查看已启动的服务

centos 常用命令(1)——系统命令

标签:list   相关   状态   start   centos   top   unit   查看   file   

原文地址:http://www.cnblogs.com/sleepstone/p/6666662.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!