FreeBSD or BSD reboot and shutdown system
Q. How do I reboot or shutdown BSD (FreeBSD) based system. Command shutdown -h 0 is not working for me.
A. FreeBSD or other BSD uses the shutdown or halt command to shutdown system. To reboot FreeBSD/BSD box use reboot command.
Task: Shutdown BSD
Use shutdown command to close down the system at a given time. Type following command to shutdown system immediately:
# shutdown -h now
OR
# halt
Task: Reboot BSD system
Type the following command:
# reboot
OR
# shutdown -r now
Capture each and every moment of life with a FREE 4 GB SD memory card with the purchase of select digital cameras from Canon, Nikon, Pentax and others from Amazon
E-mail
Print
Can't find an answer to your question? Contact us
Related Other Helpful FAQs:
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


October 13th, 2008 at 6:16 am
When I did it closes all the programs and just hangs and say press the space bar to restart?
Is there a more powerfull command that can shutdown the system right away?