This command triggers the poweroff procedure.
poweroff [ -h ] [ -a ] [ -f|F ] [ -m message ] [ -t time ] [ -W ] when
This command triggers the poweroff procedure immediately if when is omitted.
The when provided must be on these formats:
/etc/66/shutdown.allow
is currently logged in (as tracked by utmp). /etc/66/shutdown.allow
is a text file which accepts one user per line. Lines starting with # are commented out.-f
but do not sync the filesystems.SIGTERM
and the SIGKILL
at the end of the poweroff sequence when it is time to kill all processes (allows processes to receive SIGTERM
to exit cleanly). The default is 3
seconds.Shuts down the system.
66 poweroff
Shuts down a broken system
66 poweroff -f
Shuts down the system after 10 minutes
66 poweroff 10
Sends an "system will be shutted down in 10 minutes" to connected account and shuts down the system after 10 minutes
66 poweroff -m "system will be shutted down in 10 minutes" 10