Notifications
Clear all

How to extract compressed ZIP files on Ubuntu

1 Posts
1 Users
0 Likes
70 Views
Tharindu
(@tharindu)
Reputable Member Admin
Joined: 10 years ago
Posts: 307
Topic starter  

Compressing files to a ZIP archive is a great way to upload files quickly to a server. It'll also save your bandwidth. You can use WinZIP or WinRAR to compress files on your local computer. And after uploading compressed file to the server, you need to use Putty to unzip files because neither FileZilla nor Virtualmin file managers support extracting ZIP files.

So login to your server with administrative user with Putty. And then navigate to document root of the domain.


cd $HOME/public_html

Now run following command to extract the zip file. Replace myfile with your file name.


unzip myfile.zip

You'll be able to see the status on the Putty screen.


   
Quote
Share:
Back to top button