本文主要介绍CentOS 7系统的ECS实例中如何重启sshd服务。
CentOS 7系统的ECS实例中重启sshd服务不再通过执行service命令操作,而是通过执行systemctl命令操作。
service
systemctl
systemctl statussshd.service
systemctl start sshd.service
systemctl restart sshd.service
systemctl enable sshd.service