Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-14 00:18:08 +00:00
parent 904f7fe0c1
commit 605e1cdfd8
20 changed files with 97 additions and 68 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Power off the system (same as `poweroff`):
`halt --poweroff`
`halt {{[-p|--poweroff]}}`
- Reboot the system (same as `reboot`):
@@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git
- Halt immediately without contacting the system manager:
`halt --force`
`halt {{[-f|--force]}}`
- Write the wtmp shutdown entry without halting the system:
`halt --wtmp-only`
`halt {{[-w|--wtmp-only]}}`