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

@@ -9,9 +9,13 @@ source: https://github.com/tldr-pages/tldr.git
> See also `openrc`.
> More information: <https://manned.org/rc-update>.
- List all services and the runlevels they are added to:
- List enabled services and the runlevels they are added to:
`rc-update show`
`rc-update`
- List all services:
`rc-update {{[-v|--verbose]}}`
- Add a service to a runlevel:
@@ -19,8 +23,8 @@ source: https://github.com/tldr-pages/tldr.git
- Delete a service from a runlevel:
`sudo rc-update delete {{service_name}} {{runlevel}}`
`sudo rc-update {{[del|delete]}} {{service_name}} {{runlevel}}`
- Delete a service from all runlevels:
`sudo rc-update --all delete {{service_name}}`
`sudo rc-update {{[-a|--all]}} {{[del|delete]}} {{service_name}}`