How to shutdown Raspberry Pi?
Safest rule: never just pull the power. Always shut it down first, then unplug.Here are the main ways:
1. From the command line (SSH or terminal)
In a terminal on the Pi (or over SSH):
sudo shutdown -h now
or equivalently:
sudo poweroff
or:
sudo h...
ampheoelectronic.hashnode.dev2 min read