NAME
ntsysv - 用于配置运行级别的简单接口
总览 SYNOPSIS
ntsysv [--back] [--level <levels>]
描述 DESCRIPTION
ntsysv 是个用于配置运行级别服务(也可通过 chkconfig 来配置)的简单接口。对于缺省情况,它配置当前的运行级别。 如果用户需要配置其它的运行级别,可以在命令行上用 --levels选项,在其后列出所要配置的那些运行级别,且互相之间不加空格。例如,--levels 016 选项编辑运行级别0、1和6。
如果一项服务是由正被编辑的运行级别中任一级别启动的话,那么它会被考虑在设置的运行级别中启动。
ntsysv 窗口通常包含一个取消按钮。如果指定使用--back 选项的话,会出现一个回退按钮作为代替。
返回值 RETURN CODES
ntsysv 在正常情况下返回0,在出错时返回2,且如果用户取消(或撤回)程序则返回1。
参见 SEE ALSO
chkconfig(8), serviceconf(8)
#p#
NAME
ntsysv - simple interface for configuring runlevels
SYNOPSIS
ntsysv [--back] [--level <levels>]
DESCRIPTION
ntsysv is a simple interface for configuring runlevel services which are also configurable through chkconfig. By default, it configures the current runlevel. If the user would like to configure other runlevels, those levels can be specified on the command line by listing the levels after --levels, without any spaces. For example, the option --levels 016 edits runlevels 0, 1, and 6.
A service is considered to be started in the runlevel set if it is started in any of the runlevels which are being edited.
The ntsysv window normally contains a Cancel button. If --back is specified, a Back button appears instead.
RETURN CODES
ntsysv returns 0 on success, 2 on error, and 1 if the user cancelled (or backed out of) the program.
SEE ALSO
chkconfig(8), serviceconf(8)