1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 15:45:59 +02:00
tldr/pages/linux/rc-status.md
2025-03-31 02:28:00 +02:00

33 lines
580 B
Markdown

# rc-status
> Show status info about runlevels.
> See also `openrc`.
> More information: <https://manned.org/rc-status>.
- Show a summary of services and their status:
`rc-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]}}`