摘要: 在云服务器 ECS Linux CentOS 7 下重启服务不再通过 service 操作,而是通过 systemctl 操作。 操作说明如下: 1. 查看 sshd 服务是否启动: 看到上述信息就可以确定是启动了。 2. 如果没有启动,则需要启动该服务:systemctl start sshd.s 阅读全文
posted @ 2017-05-25 14:59 深海蓝精灵 阅读(463) 评论(0) 推荐(0) 编辑