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