mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 22:26:04 +02:00
Shutdown: tokens + split the examples
This commit is contained in:
parent
bcf62defb6
commit
1854d10f4f
1 changed files with 7 additions and 4 deletions
|
@ -2,14 +2,17 @@
|
|||
|
||||
> Shutdown and reboot the system
|
||||
|
||||
- Reboot or poweroff (halt) the system immediately
|
||||
- Power off (halt) immediately
|
||||
|
||||
`shutdown -r now`
|
||||
`shutdown -h now`
|
||||
|
||||
- Reboot in 5 minutes.
|
||||
- Reboot immediately
|
||||
|
||||
`shutdown -r +5 &`
|
||||
`shutdown -r now`
|
||||
|
||||
- Reboot in 5 minutes
|
||||
|
||||
`shutdown -r +{{5}} &`
|
||||
|
||||
- Cancel a pending shutdown/reboot operation
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue