Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-01 00:21:41 +00:00
parent c89efc555f
commit 2be0d1874d
20 changed files with 199 additions and 23 deletions

View File

@@ -15,24 +15,24 @@ source: https://github.com/tldr-pages/tldr.git
- Include services in all runlevels in the summary:
`rc-status --all`
`rc-status {{[-a|--all]}}`
- List services that have crashed:
`rc-status --crashed`
`rc-status {{[-c|--crashed]}}`
- List manually started services:
`rc-status --manual`
`rc-status {{[-m|--manual]}}`
- List supervised services:
`rc-status --supervised`
`rc-status {{[-S|--supervised]}}`
- Get the current runlevel:
- Display the current runlevel:
`rc-status --runlevel`
`rc-status {{[-r|--runlevel]}}`
- List all runlevels:
`rc-status --list`
`rc-status {{[-l|--list]}}`