1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/systemctl-reboot.md

13 lines
249 B
Markdown
Raw Normal View History

2024-07-07 00:23:53 +03:00
# systemctl reboot
> Reboot the system.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#reboot>.
- Reboot the system:
`systemctl reboot`
- Reboot into the BIOS/UEFI menu:
`systemctl reboot --firmware-setup`