
halt
List of commands for halt:
-
halt:tldr:284a0 halt: Power off the system (same as `poweroff`).$ halt --powerofftry on your machineexplain this command
-
halt:tldr:4446b halt: Write the wtmp shutdown entry without halting the system.$ halt --wtmp-onlytry on your machineexplain this command
-
halt:tldr:5e68d halt: Reboot the system (same as `reboot`).$ halt --reboottry on your machineexplain this command
-
halt:tldr:e6cad halt: Halt immediately without contacting the system manager.$ halt --force --forcetry on your machineexplain this command