Copied to clipboard

halt

`halt` command line is used to immediately stop (shutdown) the computer, where all running programs and services are terminated.

Example

  • Shutdown computer immediately: halt -p
  • Shutdown computer and turn off after 1 minute: halt -s -t 60
  • Shutdown computer and forcefully close all applications: halt -f