mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
323 B
323 B
Name
shutdown - Power off the machine
Synopsis
$ 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.