Redirecting to /bin/systemctl restart sshd.service
生活随笔
收集整理的這篇文章主要介紹了
Redirecting to /bin/systemctl restart sshd.service
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
云服務器 ECS Linux CentOS 7 下重啟服務不再通過service操作,而是通過systemctl操作。
查看:systemctl status sshd.service
啟動:systemctl start sshd.service
重啟:systemctl restart sshd.service
自啟:systemctl enable sshd.service
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的Redirecting to /bin/systemctl restart sshd.service的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 笔记-高项案例题-2015年下-整体管理
- 下一篇: nginx配置ssl(配置文件)