Centos7.6如何解決Failed to start sshd.service錯誤
時(shí)間:2024/5/12 13:31:20   來源:米安網(wǎng)絡(luò)   作者:云主機(jī)配置專家   點(diǎn)擊:249次
						1.systemctl status sshd.service,輸入該命令按回車鍵執(zhí)行查看服務(wù)狀態(tài)
2.sshd -t,輸入該命令按回車鍵執(zhí)行查看錯誤提示![]()
3.chown -R root:root /var/empty/sshd,輸入該命令按回車鍵執(zhí)行![]()
4.chmod 744 /var/empty/sshd,輸入該命令按回車鍵執(zhí)行![]()
5.service sshd start,輸入該命令按回車鍵執(zhí)行即可
>
版權(quán)保護(hù): 本文「Centos7.6如何解決Failed to start sshd.service錯誤」由 云主機(jī)配置專家 原創(chuàng),轉(zhuǎn)載請保留鏈接: http://m.iqcg.cn/docs/system/1053.html

