LinuxCommandLibrary

rc-status

Show status info about runlevels.

TLDR

Show a summary of services and their status

$ rc-status
copy


Include services in all runlevels in the summary
$ rc-status --all
copy


List services that have crashed
$ rc-status --crashed
copy


List manually started services
$ rc-status --manual
copy


List supervised services
$ rc-status --supervised
copy


Get the current runlevel
$ rc-status --runlevel
copy


List all runlevels
$ rc-status --list
copy

Copied to clipboard