Systemctl命令

Systemctl命令是系统服务管理器指令,它实际上将 service 和 chkconfig 这两个命令组合到一块儿。linux 命令 任务 旧指令 新指令 使某服务开机启动 chkconfig --level 3 httpd on systemctl enable httpd.service 使某服务不开机启动 chkconfig --level 3 httpd off systemctl d
相关文章
相关标签/搜索