1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/rc-status.md

34 lines
580 B
Markdown
Raw Normal View History

# 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:
2025-03-31 00:28:00 +00:00
`rc-status {{[-a|--all]}}`
- List services that have crashed:
2025-03-31 00:28:00 +00:00
`rc-status {{[-c|--crashed]}}`
- List manually started services:
2025-03-31 00:28:00 +00:00
`rc-status {{[-m|--manual]}}`
- List supervised services:
2025-03-31 00:28:00 +00:00
`rc-status {{[-S|--supervised]}}`
2025-03-31 00:28:00 +00:00
- Display the current runlevel:
2025-03-31 00:28:00 +00:00
`rc-status {{[-r|--runlevel]}}`
- List all runlevels:
2025-03-31 00:28:00 +00:00
`rc-status {{[-l|--list]}}`