toggle menu

How to Unzip file on LEMP server

Dhananjay Kumar |31 Mar at 11:03

I want to unzip my file on server, I have already uploaded file from FTP.

  • 1 like
  • 8 comments
Load previous comments

Immwit31 Mar at 11:03

I have simply use the below command :
unzip zip_file_name.zip

But before running must be installed UNZIP on a server, if not then below command :
sudo apt-get install unzip

after installing you able to run unzip zip_file_name.zip.

Also before running must be you reached to the directory where zip_file_name.zip exist.
Like in x/y/z/zip_file_name.zip file exit then run
$ cd /x/y/z
$ unzip zip_file_name.zip

vibhu09 Apr at 08:04

fix

vibhu09 Apr at 08:04

fix

vibhu09 Apr at 08:04

fix

vibhu09 Apr at 08:04

fix

vibhu09 Apr at 08:04

fix

vibhu09 Apr at 08:04

fix

vibhu09 Apr at 08:04

fix

Posted:

31 Mar at 11:03

Viewed:

783 times

Active:

09 Apr at 08:04