1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

Shutdown: tokens + split the examples

This commit is contained in:
Romain Prieto 2014-02-26 08:58:53 +11:00
parent 1854d10f4f
commit 35280eeb35

View file

@ -2,12 +2,18 @@
> Shutdown and reboot the system > Shutdown and reboot the system
- Reboot, poweroff (halt) or sleep immediately - Power off (halt) immediately
`shutdown -r now`
`shutdown -h now` `shutdown -h now`
- Sleep immediately
`shutdown -s now` `shutdown -s now`
- Reboot in 5 minutes. - Reboot immediately
`shutodwn -r +5` `shutdown -r now`
- Reboot in 5 minutes
`shutodwn -r +{{5}}`