mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-19 06:07:09 +00:00
19 lines
306 B
Markdown
19 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.
|