Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ntsysv(8) [redhat man page]

NTSYSV(8)						      System Manager's Manual							 NTSYSV(8)

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) AUTHOR
Erik Troan <ewt@redhat.com> 4th Berkeley Distribution Mon Oct 13 1997 NTSYSV(8)

Check Out this Related Man Page

serviceconf(8)						      System Manager's Manual						    serviceconf(8)

NAME
redhat-config-services - Service Configuration Utility SYNTAX
redhat-config-services DESCRIPTION
This is a graphical tool for enabling and disabling services (including xinetd services). Functionality to start, stop, and restart ser- vices is also included. OPTIONS
None FILES
/usr/bin/redhat-config-services /usr/share/serviceconf/* EXAMPLES
To run this program simply type: redhat-config-services LIMITATIONS
This utility currently execs chkconfig --add/--del <servicename> when enabling and disabling services. This means that it does not have the same default behaviour as ntsysv. SEE ALSO
chkconfig(8) ntsysv(8) BUGS
- Some services will not start or stop properly if started anywhere but the console (redhat-config-services will appear to hang in these instances). This is not a bug in redhat-config-services, but in the individual services. - Some services are incredibly hard to detect if they are running or not. Starting, stopping and restarting initscripts may give mixed results (ie. may fail if you are stopping a service that's already stopped, etc). This will be fixed; until then it's a bug. AUTHORS
Tim Powers <timp@redhat.com> Bill Nottingham <notting@redhat.com> Dan Walsh <dwalsh@redhat.com> Wed May 16 2001 serviceconf(8)
Man Page