Friday, November 8, 2013

Remote shutdown/reboot Raspberry Pi from ssh

To remote shutdown Raspberry Pi from ssh, enter the command:
$ sudo halt
sudo halt
or:
$ sudo shutdown now
sudo shutdown now
To issue reboot after shutdown, enter the command:
sudo shutdown -r now
sudo shutdown -r now

No comments: