LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 604|回复: 2

求问高人chkconfig两个参数的意思

[复制链接]
发表于 2009-6-5 21:02:42 | 显示全部楼层 |阅读模式
chkconfig  --type <type>
chkconfig  --override name
发表于 2009-6-5 22:43:02 | 显示全部楼层
我用的fedora里没有chkconfig --type这样的用法。
usage:   chkconfig [--list] [name]
         chkconfig --add <name>
         chkconfig --del <name>
         chkconfig --override <name>
         chkconfig [--level <levels>] <name> <on|off|reset|resetpriorities>
其中的override是这样的:
--override name
       If  service  name  is  configured  exactly as it would be if the
       --add option  had  been  specified  with  no  override  file  in
       /etc/chkconfig.d/name,  and  if /etc/chkconfig.d/name now exists
       and is specified differently from the  base  initscript,  change
       the  configuration  for  service  name  to  follow the overrides
       instead of the base configuration.
回复 支持 反对

使用道具 举报

发表于 2009-6-6 12:18:21 | 显示全部楼层
有不明白的命令参数可以查看manpage,或者google。

  1. --type name
  2. chkconfig supports a --type argument to limit actions to only a specific type of services, in the case where services of either type may share a name. Possible values for type are sysv and xinetd
  3. ...
  4. --override name
  5. If service name is configured exactly as it would be if the --add option had been specified with no override file in /etc/chkconfig.d/name, and if /etc/chkconfig.d/name now exists and is specified differently from the base initscript, change the configuration for service name to follow the overrides instead of the base configuration.
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表