在CentOS7中,立即启动sshd服务的命令是
A: systemclt start sshd
B: service start sshd
C: service sshd start
D: systemctl sshd start
A: systemclt start sshd
B: service start sshd
C: service sshd start
D: systemctl sshd start
D
举一反三
- 启动sshd服务的shell命令用法不正确的是: A: systemctl start sshd.service B: systemctl start sshd C: systemd start sshd.servie D: service sshd.service start
- 启动sshd服务的命令 A: systemctl start sshd B: systemctl enable sshd
- 重启系统中的sshd服务,写出该命令。 A: service sshd start B: service sshd status C: service sshd stop D: service sshd restart
- 设置sshd服务开机自启的命令是?( ) A: systemctl start sshd B: systemctl enable sshd C: systemctl status sshd D: systemctl restart sshd
- 如何启动ssh服务() A: Aservice sshd status B: B/etc/init.d/ssh status C: Cservice ssh statrt D: Dservice sshd start
内容
- 0
通过命令"systemctl 选项 sshd”,_______选项能够查看sshd服务的状态
- 1
终止系统中所有名为sshd的进程命令是 A: pkill sshd B: kill sshd C: killall sshd D: xkill sshd
- 2
中国大学MOOC: 在CentOS 7中,立即启动sshd服务的命令是
- 3
下列()命令可以启动DNS服务 A: systemctl start named B: service dns start C: systemctl start dns D: service start named
- 4
启动sshd服务的命令是