mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-31 02:13:35 +02:00
commit
df845014a0
1 changed files with 11 additions and 0 deletions
11
pages/linux/halt.md
Normal file
11
pages/linux/halt.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# halt
|
||||
|
||||
> Power off or reboot the machine.
|
||||
|
||||
- Power the machine off:
|
||||
|
||||
`halt`
|
||||
|
||||
- Reboot the machine:
|
||||
|
||||
`halt --reboot`
|
Loading…
Add table
Reference in a new issue