HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

systemctl reboot — Reboot the system. More information: <https://www.freedesktop.org/software/systemd/man/latest/system

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandrebootcliinformationsystemctl rebootmoresystem
linux

Problem

How to use the systemctl reboot command: Reboot the system. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#reboot>.

Solution

systemctl reboot — Reboot the system. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#reboot>.

Reboot the system:
systemctl reboot


Reboot into the BIOS/UEFI menu:
systemctl reboot --firmware-setup

Code Snippets

Reboot the system

systemctl reboot

Reboot into the BIOS/UEFI menu

systemctl reboot --firmware-setup

Context

tldr-pages: linux/systemctl reboot

Revisions (0)

No revisions yet.