$ sudo shutdown -r
#with the -r option, the shutdown command performs a system reboot
sudo shutdown -r 10:00
#The following example will schedule system reboot at 10 A.M:
sudo shutdown -r +5
# The following example will schedule system reboot in 5 minutes from now