在云服务器 ECS Linux CentOS 7 下重启服务不再通过 service 操作,而是通过 systemctl 操作
Posted 深海蓝精灵
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在云服务器 ECS Linux CentOS 7 下重启服务不再通过 service 操作,而是通过 systemctl 操作相关的知识,希望对你有一定的参考价值。
在云服务器 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 操作的主要内容,如果未能解决你的问题,请参考以下文章
Java(JDK)企业级Linux安装—阿里云服务器ECS64位