Update cheatsheets

This commit is contained in:
ivuorinen
2024-07-07 00:16:15 +00:00
parent e1b30c459c
commit a778647a2d
8 changed files with 191 additions and 1 deletions

View 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`