WHAT'S NEW?
Loading...

How to shutdown your Raspberry Pi

To shutdown your Raspberry Pi even when it’s crashed or frozen, you must have 
  1. ssh enabled, and
  2. access to another computer on the same network (you can even use your smartphone.)
Do the following command:

sudo shutdown -h now

You can’t use shutdown unless you have sudo privileges.
-h means halt the system
now means do it straight away. 

0 comments:

Post a Comment