Files
tldr/linux/shutdown.md
Zlatan Vasović bdd392ea70 Fix shutdown typo
2014-02-24 14:56:50 +01:00

17 lines
239 B
Markdown

# shutdown
> Shutdown and reboot the system
- Reboot or poweroff (halt) the system immediately
`shutdown -r now`
`shutdown -h now`
- Reboot in 5 minutes.
`shutdown -r +5 &`
- Cancel a pending shutdown/reboot operation
`shutdown -c`