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

Centos 7.0系统服务管理

时间:2014-10-20 02:02:28      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   ar   sp   div   art   log   

从Centos7开始,不再用sysvinit管理系统服务了,而是改用了systemd,因此对系统服务管理方法已经变更,以下简述

1.查看当前所有系统服务的状态

1 systemctl

2.查看指定系统服务的状态

systemctl | grep "服务名称"

3.更改系统服务的状态

# 启动指定服务(重启后无效)
systemctl start 服务名
# 停止指定服务(重启后无效)
systemctl stop 服务名
# 重启指定服务(重启后无效)
systemctl restart 服务名
# 开启指定服务
systemctl enable 服务名
# 关闭指定服务
systemctl disable 服务名

Centos 7.0系统服务管理

标签:style   blog   color   os   ar   sp   div   art   log   

原文地址:http://www.cnblogs.com/koboshi/p/4036301.html

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