aboutsummaryrefslogtreecommitdiff
path: root/man/powerctl.md
blob: bcf9c9298ca42ad1ab93071b6f0e0ff05276f6a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# powerctl

Controll the state of your system.

## Usage

Poweroff the system
```
$ powerctl poweroff
```

Reboot the system

```
$ powerctl reboot
```

Halt the system
```
$ powerctl halt
```

Hard-reset the system

```
$ powerctl hard-reset
```

Suspend the system
```
$ powerctl suspend
```