centos系统服务管理

系统服务管理工具:
chkconfig(所有linux发行版都有),用法很简单,如下:
usage:   chkconfig --list [name]
         chkconfig --add <name>
         chkconfig --del <name>
         chkconfig [--level <levels>] <name> <on|off|reset|resetpriorities>
ntsysv(Redhat系发行版特有),直接运行选择服务是否自启动。

原文地址:https://www.cnblogs.com/mingzhang/p/7777230.html