commands.sh

rc-status

linux

Show status info about runlevels. See also: `openrc`.

More info →

Options (6)

-a, --allboolean

Include services in all runlevels in the summary

Example: rc-status {{[-a|--all]}}
-c, --crashedboolean

List services that have crashed

Example: rc-status {{[-c|--crashed]}}
-m, --manualboolean

List manually started services

Example: rc-status {{[-m|--manual]}}
-S, --supervisedboolean

List supervised services

Example: rc-status {{[-S|--supervised]}}
-r, --runlevelboolean

Display the current runlevel

Example: rc-status {{[-r|--runlevel]}}
-l, --listboolean

List all runlevels

Example: rc-status {{[-l|--list]}}

Examples (7)

Show a summary of services and their status

Include services in all runlevels in the summary

rc-status [-a|--all]

List services that have crashed

rc-status [-c|--crashed]

List manually started services

rc-status [-m|--manual]

List supervised services

rc-status [-S|--supervised]

Display the current runlevel

rc-status [-r|--runlevel]

List all runlevels

rc-status [-l|--list]
made by @shridhargupta | data from tldr-pages