--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # systemctl-poweroff > Power off the system. > See also: `poweroff`. > More information: . - Power off the system: `systemctl poweroff` - Power off the system immediately without asking services to stop gracefully: `systemctl poweroff --force` - Power off the system immediately without sending notifications to logged-in users: `systemctl poweroff --force --no-wall`