码迷,mamicode.com
首页 > 系统相关 > 详细

在云服务器 ECS Linux CentOS 7 下重启服务不再通过 service 操作,而是通过 systemctl 操作

时间:2017-05-25 15:44:43      阅读:283      评论:0      收藏:0      [点我收藏+]

标签:linux c   min   技术分享   img   max   lang   family   bsp   lin   

在云服务器 ECS Linux CentOS 7 下重启服务不再通过 service  操作,而是通过 systemctl 操作。 操作说明如下:

1. 查看 sshd 服务是否启动:

技术分享

看到上述信息就可以确定是启动了。

2. 如果没有启动,则需要启动该服务:systemctl start sshd.service

3. 重启 sshd 服务:systemctl restart sshd.service

4. 设置服务开启自启:systemctl enable sshd.service

在云服务器 ECS Linux CentOS 7 下重启服务不再通过 service 操作,而是通过 systemctl 操作

标签:linux c   min   技术分享   img   max   lang   family   bsp   lin   

原文地址:http://www.cnblogs.com/zhangkaimin/p/6903830.html

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