Newer
Older
minerva / Base / usr / share / man / man1 / shutdown.md
@minerva minerva on 13 Jul 321 bytes Initial commit
## 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/kernel/power_state` node and writes the magic value "2"
to instruct the kernel to power off the machine.