Cmd Generator

halt

Halt, power-off, or reboot the machine.

halt

No arguments needed. Just run halt to stop the system.

Examples

# Halt the system
halt

# Power off
halt -p

# Force immediate halt
halt -f

# Halt without syncing disks
halt -n