HxHippy

poweroff

Power off the system

Overview

Powers off the system by sending an ACPI signal to remove power. Often a symlink to systemctl poweroff or equivalent to `shutdown -P now`.

Syntax

poweroff [OPTION]...

Common Options

-f, --force

Force poweroff without calling shutdown. Use with extreme caution.

--halt

Halt the system instead of powering off.

--reboot

Reboot the system instead of powering off.

-w, --wtmp-only

Don't actually power off, but write wtmp record. For testing/logging.

--no-wtmp

Do not write wtmp record.

Examples

$ sudo poweroff

Powers off the system.

$ sudo poweroff -f

Forces an immediate poweroff. Use with caution.

poweroffshutdownturn offsystemadmin