出现Redirecting to /bin/systemctl start sshd.servic 怎么解决
你先看看他已经启动了没有,执行systemctl status sshd.service
命令用错了,你是要启动那个服务呢?
centos 7以后,使用systemd方式注册服务,你用了system V的命令,系统比较智能,可以给你重定向到新的方式