Hello
Is their a specific procedure to shutting down the Pi other then log out and then power off system. Should something else be done to save files or other.??
Thank you
Scott
Code: Select all
sudo haltThank you billb for the quick responsebillb wrote:On the terminal:
Code: Select all
sudo halt
Right -- you'll see the shutdown procedure going past and the screen will go blank, leaving only the red power led on the Pi -- then you can turn off the power.scottnichols wrote:So it goes like this log out then input sudo hault at the prompt then I can power off correct?
erm no.billb wrote:Right -- you'll see the shutdown procedure going past and the screen will go blank, leaving only the red power led on the Pi -- then you can turn off the power.scottnichols wrote:So it goes like this log out then input sudo hault at the prompt then I can power off correct?

I think he meant log out of LXDE, but I may be wrong.SN wrote:erm no.billb wrote:Right -- you'll see the shutdown procedure going past and the screen will go blank, leaving only the red power led on the Pi -- then you can turn off the power.scottnichols wrote:So it goes like this log out then input sudo hault at the prompt then I can power off correct?
you can't do a sudo halt if you're not logged in
so when you're ready to shut down your pi, either from the console or remotely logged in over ssh/putty on a logged in session, then you type sudo halt <RETURN>
and you will be logged out a split second after you see some kind of shutdown message
Let's hope so.alexeames wrote:I think he meant log out of LXDE