Megaleecher.Net

Making technology work for you...

Get Your Free Subscription By Email:

Raspberry Pi Projects

How to shutdown and reboot the Raspberry Pi

Raspberry Pi does not feature an power on/off button, if it's receiving power it's ON and if not OFF. However, it is required to do a graceful shutdown or reboot as to prevent any operating-system corruption. Rebooting and Shutting down Raspberry Pi can easily be achieved by using "sudo reboot" (sudo if not using the root account) and "sudo shutdown -hP now" at the terminal. These commands can also be used over SSH terminal if you are running your RasPi headless (without a screen attached) or remotely over network.

sudo shutdown -hP now at RasPi terminal
This is just one of the many helpful tips we have posted, You can find more stories here,
Do subscribe to updates using your favorite RSS feed reader or using the secure FeedBurner email update form on top of this post.