centos7中查看ssh服務狀態的方法:1、打開centos7終端;2、在centos7終端命令行中輸入“systemctl status sshd.service”命令查看ssh服務狀態即可。
具體操作步驟:
1、在centos7系統桌面中使用快捷鍵【Ctrl+Alt+T】打開centos7終端命令行模式。
2、在centos7終端命令行中輸入以下命令查看ssh服務狀態即可。
systemctl status sshd.service #查看ssh服務狀態
相關操作命令:
systemctl restart sshd.service #重啟ssh服務
systemctl start sshd.service #開啟ssh服務
systemctl enable sshd.service #設置ssh服務開機自啟