LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

rc-status

Display OpenRC service and runlevel status

TLDR

Summarize the services in the current runlevel
$ rc-status
copy
Cover every runlevel at once
$ rc-status --all
copy
Show only the services that have crashed
$ rc-status --crashed
copy
Show services started by hand rather than by a runlevel
$ rc-status --manual
copy
Show services under supervision
$ rc-status --supervised
copy
Show services not assigned to any runlevel
$ rc-status --unused
copy
Print just the name of the current runlevel
$ rc-status --runlevel
copy
List the runlevels that exist
$ rc-status --list
copy
List every service, whatever its state
$ rc-status --servicelist
copy

SYNOPSIS

rc-status [options] [runlevel]

DESCRIPTION

rc-status displays information about OpenRC runlevels and service states. By default, it shows services in the current runlevel with their status (started, stopped, crashed, etc.).The command is useful for system administration to quickly check which services are running, identify crashed services, or verify the current runlevel configuration.

PARAMETERS

-a, --all

Show all services from all runlevels
-c, --crashed
List services that have crashed
-l, --list
List all defined runlevels
-m, --manual
List manually started services
-r, --runlevel
Display the current runlevel
-s, --servicelist
Display service list for specified runlevel
-S, --supervised
List supervised services
-u, --unused
List services not assigned to any runlevel

INSTALL

sudo apt install openrc
copy
sudo apk add openrc
copy

CAVEATS

Only available on systems using OpenRC as the init system (Gentoo, Alpine, Artix, etc.). Service status reflects the state according to OpenRC, which may differ from actual process state if services crash unexpectedly.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid