To reboot your Ubuntu Server you have many options.
This command will reboot your server
$ sudo shutdown -r now
Ubuntu Server Tutorials
To reboot your Ubuntu Server you have many options.
This command will reboot your server
$ sudo shutdown -r now
If you want to unzip a zip file in Ubuntu you should follow these steps.
First of all install the unzip application.
sudo apt-get install unzip