View Single Post
  #2   (View Single Post)  
Old 3rd March 2014
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

The shutdown(8) command logs you out, drops into single user mode (shutting down all running processes except init(8)), then halts the system. If requested by the -p operand, it will also power down the system, if the hardware supports automatic power down, but that is dependent upon the system's BIOS and the method it uses for software power down control. Issuing:

# shutdown now

Will drop from multiuser to single user mode. It will not halt the system nor power down the system unless the -h or -p operands are used or the variable powerdown is set to YES in /etc/rc.shutdown.

A system which is halted can be rebooted just by pressing any key on the keyboard.

Last edited by jggimi; 3rd March 2014 at 01:18 AM. Reason: typo, clarity, and then stupidity on my part for not remembering "shutdown now" is equivalent to "kill 1"
Reply With Quote