不灭的火

革命尚未成功,同志仍须努力下载JDK17

作者:AlbertWen  添加时间:2021-09-17 23:04:40  修改时间:2025-04-02 05:37:20  分类:Linux基础  编辑

1、查看状态:

1
systemctl status sshd.service

2、启动服务:

1
systemctl start sshd.service

3、重启服务:

1
systemctl restart sshd.service

4、开机自启:

1
systemctl enable sshd.service