mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
systemctl-reboot: add page (#13232)
This commit is contained in:
parent
d9b667808b
commit
b06d91934a
1 changed files with 12 additions and 0 deletions
12
pages/linux/systemctl-reboot.md
Normal file
12
pages/linux/systemctl-reboot.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue