Linux (Ubuntu)
Linux: How to shutdown your server
by admin on Nov.23, 2011, under Linux (Ubuntu)
The following command will shutdown your Linux server/client.
shutdown -h now
If you would like to reboot it instead you might want to use the following command:
shutdown -r now
or simply
reboot