centos系统服务管理

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

posted @ 2017-11-03 11:11  mingzhang  阅读(195)  评论(0编辑  收藏  举报