Redirecting to /bin/systemctl restart sshd.service


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

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

systemctl status sshd.service

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

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

systemctl start sshd.service

3. 重启 sshd 服务:

systemctl restart sshd.service

4.设置服务开启自启:

systemctl enable sshd.service

  


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM