# powerctl Controll the state of your system. ## Usage Poweroff the system ``` $ powerctl poweroff ``` Reboot the system ``` $ powerctl reboot ``` Halt the system ``` $ powerctl halt ``` Hard-reset the system ``` $ powerctl hard-reset ``` Suspend the system ``` $ powerctl suspend ```