1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 10:14:57 +00:00
serenity/Base/usr/share/man/man1/reboot.md
2021-12-19 11:13:58 -08:00

18 lines
306 B
Markdown

## Name
reboot - Reboot the machine
## Synopsis
```**sh
$ reboot
```
## Description
`reboot` instructs the kernel to reboot the machine immediately.
## Notes
The `reboot` utility opens the `/sys/firmware/power_state` node and writes the magic value "1"
to instruct the kernel to reboot the machine.