How to unzip files in Ubuntu

Unzipping files in your server is the fastest way to move things from one place to an other.

First of all you should check if you have it installed. Just type unzip. If it's installed it will show all the options for this command.

Install Zip

apt-get install unzipCode language: JavaScript (javascript)

Unzip a file

unzip NameOfTheFile

More

To know what more the unzip package can do, issue:

man unzip

Leave a Reply

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