rc-status(8) show status info about runlevels

SYNOPSIS

[-aclsuC ] [runlevel ]

DESCRIPTION

gathers and displays information about the status of services in different runlevels. The default behavior is to show information about the current runlevel and any unassigned services that are not stopped, but any runlevel can be quickly examined.

The options are as follows:

-a , -all
Show all runlevels and their services.
-c , -crashed
List all services that have crashed.
-l , -list
List all defined runlevels.
-r , -runlevel
Print the current runlevel name.
-s , -servicelist
Show all services.
-u , -unused
Show services not assigned to any runlevel.
-C , -nocolor
Disable color output.
runlevel
Show information only for the named runlevel

EXIT STATUS

exits 0, except when checking for crashed services and it doesn't find any.

IMPLEMENTATION NOTES

tries to list services within each runlevel in the presently resolved dependency order if the dependency tree is available.

AUTHORS

An Roy Marples <[email protected]>