How to Reboot an Ubuntu Server

To reboot your Ubuntu Server you have many options.

This command will reboot your server

$ sudo shutdown -r now

Or this other command

$ sudo reboot

Use this command to shutdown your server

$ sudo shutdown -h now

I hope this was helpful.

Leave a Reply

Your email address will not be published. Required fields are marked *