mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 12:42:07 +02:00
12 lines
249 B
Markdown
12 lines
249 B
Markdown
# 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`
|