how to shutdown your raspberry pi

Time:February 5, 2013 Categories:树莓派

there are 4 different ways:
sudo shutdown -h now
sudo halt
sudo poweroff
sudo init 0

reboot raspberry pi got 3:
sudo reboot
shutdown -r now
shutdown -r 18:23:52 #reboot on 18:23:52定时重启在18点23分52秒关闭

Tags: none