mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 00:47:36 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/systemctl-reboot
Normal file
17
tldr/linux/systemctl-reboot
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user