mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 02:52:24 +00:00
Update cheatsheets
This commit is contained in:
29
linux/halt
Normal file
29
linux/halt
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# halt
|
||||
|
||||
> Halt the system.
|
||||
> More information: <https://manned.org/halt.8>.
|
||||
|
||||
- Halt the system:
|
||||
|
||||
`halt`
|
||||
|
||||
- Power off the system (same as `poweroff`):
|
||||
|
||||
`halt --poweroff`
|
||||
|
||||
- Reboot the system (same as `reboot`):
|
||||
|
||||
`halt --reboot`
|
||||
|
||||
- Halt immediately without contacting the system manager:
|
||||
|
||||
`halt --force`
|
||||
|
||||
- Write the wtmp shutdown entry without halting the system:
|
||||
|
||||
`halt --wtmp-only`
|
||||
Reference in New Issue
Block a user