When you are using putty to control a remote ubuntu system, you may want to konw how to restart it when you have made some changes. In this tutorial, we will introduce you how to restart ubuntu by putty.
Reboot ubuntu right now
shutdown -r now
Reboot ubuntu 10 minutes later
shutdown -r 10
Reboot ubuntu at 20:35
shutdown -r 20:35