shutdown raspberry code example
Example 1: how to shutdown raspbian command
#poweroff
sudo poweroff
#reboot
sudo reboot
Example 2: raspbian shutdown command
sudo poweroff
Example 3: rasbery pie heruntrerfahren mit command
shutdown -h 0
#poweroff
sudo poweroff
#reboot
sudo reboot
sudo poweroff
shutdown -h 0