图书
课程
文章
专题
电子书
ssh 服务随系统启动
陈磊
ssh 服务随系统启动
chkconfig --level 2345 sshd on
level 指系统在2345运行级别时, sshd on 表示开启服务, sshd off表示关闭服务