1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 05:35:23 +02:00
tldr/pages/linux/shutdown.md
Managor a70b923d8f
*: add option placeholders to translations (#15933)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-19 00:36:34 +02:00

399 B

shutdown

Shutdown and reboot the system. More information: https://manned.org/shutdown.8.

  • Power off ([h]alt) immediately:

shutdown -h now

  • Reboot immediately:

shutdown {{[-r|--reboot]}} now

  • Reboot in 5 minutes:

shutdown {{[-r|--reboot]}} +{{5}} &

  • Shutdown at 1:00 pm (Uses 24[h] clock):

shutdown -h 13:00

  • Cancel a pending shutdown/reboot operation:

shutdown -c