2020-01-27 13:13:47 +00:00
|
|
|
# rc-status
|
|
|
|
|
|
|
|
> Show status info about runlevels.
|
|
|
|
> See also `openrc`.
|
2022-01-27 19:28:42 +07:00
|
|
|
> More information: <https://manned.org/rc-status>.
|
2020-01-27 13:13:47 +00:00
|
|
|
|
|
|
|
- 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]}}`
|
2020-01-27 13:13:47 +00:00
|
|
|
|
|
|
|
- List services that have crashed:
|
|
|
|
|
2025-03-31 00:28:00 +00:00
|
|
|
`rc-status {{[-c|--crashed]}}`
|
2020-01-27 13:13:47 +00:00
|
|
|
|
|
|
|
- List manually started services:
|
|
|
|
|
2025-03-31 00:28:00 +00:00
|
|
|
`rc-status {{[-m|--manual]}}`
|
2020-01-27 13:13:47 +00:00
|
|
|
|
|
|
|
- List supervised services:
|
|
|
|
|
2025-03-31 00:28:00 +00:00
|
|
|
`rc-status {{[-S|--supervised]}}`
|
2020-01-27 13:13:47 +00:00
|
|
|
|
2025-03-31 00:28:00 +00:00
|
|
|
- Display the current runlevel:
|
2020-01-27 13:13:47 +00:00
|
|
|
|
2025-03-31 00:28:00 +00:00
|
|
|
`rc-status {{[-r|--runlevel]}}`
|
2020-01-27 13:13:47 +00:00
|
|
|
|
|
|
|
- List all runlevels:
|
|
|
|
|
2025-03-31 00:28:00 +00:00
|
|
|
`rc-status {{[-l|--list]}}`
|