ladybird/Base/usr/share/man/man1/shutdown.md
2021-12-19 11:13:58 -08:00

18 lines
323 B
Markdown

## Name
shutdown - Power off the machine
## Synopsis
```**sh
$ shutdown
```
## Description
`shutdown` instructs the kernel to power off the machine immediately.
## Notes
The `shutdown` utility opens the `/sys/firmware/power_state` node and writes the magic value "2"
to instruct the kernel to power off the machine.