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