-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshutdown.man
34 lines (20 loc) · 925 Bytes
/
shutdown.man
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
33
34
Unix utility'shutdown'
The Unix utility 'shutdown' is responsible for controlling the state of the computer, being used to
allow shutdown, restart, or suspend of the device. It can terminate running processes, close open
files and devices, and request shutdown or restart of the machine.
USAGE:
shutdown <shutdown option>
An additional parameter is required, namely:
-d: Power the computer off.
-r: Reboot the computer.
now: Same as -d parameter (compatible with FreeBSD and Linux).
Remember that after the entry of the parameter, the action starts immediately.
For more information, enter 'shutdown ?' or 'shutdown --help'.
HISTORY
This command appeared in the Hexagonix H1 or in previous development versions (2015-2021).
Command renamed from energia to shutdown on Hexagonix H2.
AUTHOR
Felipe Miguel Nery Lunkes
LICENSE
Licensed under BSD-3-Clause.
Hexagonix [2.4 03/12/2023]