chkconfig --level 2345 sshd on
--level 指定系统在2345运行级别时,通常在35中开启就行,开启(on)sshd服务,关闭则用(off)本文共 142 字,大约阅读时间需要 1 分钟。
chkconfig --level 2345 sshd on
--level 指定系统在2345运行级别时,通常在35中开启就行,开启(on)sshd服务,关闭则用(off)转载于:https://www.cnblogs.com/billhuang/p/3490752.html