Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-08 00:20:21 +00:00
parent 15906413e1
commit ad2dc48e1b
11 changed files with 43 additions and 7 deletions

View File

@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- List all units with a specific state:
`systemctl status --state {{active|inactive|failed}}`
- Show the status of a user unit:
`systemctl status --user {{unit}}`