mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 02:54:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user