mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 22:55:29 +02:00
239 B
239 B
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