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`):
`reboot --poweroff`
`reboot {{[-p|--poweroff]}}`
- Halt (terminates all processes and shuts down the CPU) the system (same as `halt`):
@@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git
- Reboot immediately without contacting the system manager:
`reboot --force`
`reboot {{[-f|--force]}}`
- Write the wtmp shutdown entry without rebooting the system:
`reboot --wtmp-only`
`reboot {{[-w|--wtmp-only]}}`