This site utilizes JavaScript to function correctly. Looks like it's disabled on your browser. Please enable it for your best experience.

For instructions on enabling JavaScript, click here

Skip to main content

Just Host Web Hosting Help

Compress Decompress Files via CLI

Compress/Decompress files via CLI (Command-Line Interface)

The following commands will allow you to compress your files and directories into a compressed file such as .zip, .tar, .gz, .bz2, etc. This will also allow you to decompress the contents back into their origenal state. If you would prefer to use a GUI (web-based) interface to compress or decompress, You can also do this through cPanel's file manager.

You can also extract and compress files via SSH:

To extract .zip files the command would be as follows:

user@server ~ $ unzip archive.zip

To compress:
user@server ~ $ zip file.ext


To extract .bz2 files:
user@server ~ $ bunzip2 archive.bz2

To compress:
user@server ~ $ bzip2 file.ext


To extract .gz files:
user@server ~ $ gzip -d archive.gz

To compress:
user@server ~ $ gzip file.ext


To extract .tar files:
user@server ~ $ tar -xvf archive.tar

To compress:
user@server ~ $ tar -cvf archive.tar file1.ext file2.ext directory/


To extract .tar.bz2 files:
user@server ~ $ tar -xvjf archive.tar.bz2

To compress:
user@server ~ $ tar -cvjf file.tar.bz2 file1.ext file2.ext directory/


To extract .tar.gz files:
user@server ~ $ tar -xvzf archive.tar.gz

To compress:
user@server ~ $ tar -cvzf file.tar.gz file1.ext file2.ext directory/

Please note that these are the most basic forms of the commands, and have many options that are possible. Just Host does not provide technical support for using these commands, however to learn more about each command you can type user@server ~ $ man <command> Where <command> is the command you would like to learn more about, such as "tar" or "gzip."

Knowledgebase Article 115,699 views bookmark tags:


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

This article will explain how to utilize GZip through the file manager.
Knowledgebase Article 217,122 views tags: archive compress compression decompress file gzip management zip

This article will instruct you how to export a database from the command line (SSH).
Knowledgebase Article 850,402 views tags: database mysql ssh

This article will instruct you how to import a database from the command line (SSH).
Knowledgebase Article 763,258 views tags: database mysql ssh

Related Help Content

Script executed with a cron job requires a specific php.ini file to be used.
Knowledgebase Article 217,327 views tags: command cron cronjob crontab custom line optimizer php zend

Is SSH/Shell access enabled by default?
Knowledgebase Article 849,511 views tags: bash command line secure shell ssh

I received an email that my account was migrating; when I log in, my interface looks different. Why did this change? This article will cover some commonly asked questions about the new experience.
Knowledgebase Article 90,203 views tags: account control interface login migration panel rock ui

How to edit several individual pages to replace a string of text e.g. update the phone number on the footer of every page on your site.
Knowledgebase Article 150,003 views tags: command find replace ssh

There are many ways that you can transfer files and folder to and from your hosting account. We highly recommend using an FTP (File Transfer Protocol) program to quickly upload and download files. We
Getting Started Article 311,297 views tags: file files filezilla manager setup

This article will walk you through extracting compressed files using the File Manager.
Knowledgebase Article 230,606 views tags: cpanel filemanager

How to restore individual files or folders with the Site Backup &amp; Restore tool
Knowledgebase Article 391,336 views tags: backup files folders restore site

I get this with some of my php files: Fatal error: Unable to read X bytes in /home/user/public_html/myfile.php on line Y
Knowledgebase Article 176,950 views tags: fatal php read unable

** Google ad credits are only available to customers in the United States, Canada, and the United Kingdom at this time.

¹ VAT (Value Added Tax) is not included in our advertised price and will be charged separately and itemized on invoices and billing information. Standard VAT rates based on EU Member State regulations may apply. Learn more.