1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/linux/reboot.md
2021-06-01 12:01:39 -03:00

435 B

reboot

Reboot the system. More information: https://www.man7.org/linux/man-pages/man8/reboot.8.html.

  • Reboot the system:

reboot

  • Power off the system (same as poweroff):

reboot --poweroff

  • Halt the system (same as halt):

reboot --halt

  • Reboot immediately without contacting the system manager:

reboot --force --force

  • Write the wtmp shutdown entry without rebooting the system:

reboot --wtmp-only