Friday, October 5, 2012

shutdown linux command

shutdown -h now # turn off server now
halt   # turn off server now
reboot # reboot server
shutdown -r #reboot server

reference:
http://www.linuxforums.org/forum/slackware-linux/63551-halt-vs-shutdown.html

No comments:

Post a Comment