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, --forceForce poweroff without calling shutdown. Use with extreme caution.
--haltHalt the system instead of powering off.
--rebootReboot the system instead of powering off.
-w, --wtmp-onlyDon't actually power off, but write wtmp record. For testing/logging.
--no-wtmpDo not write wtmp record.
Examples
$ sudo poweroff
Powers off the system.
$ sudo poweroff -f
Forces an immediate poweroff. Use with caution.
Related Commands
poweroffshutdownturn offsystemadmin