Compression of Linux files and directories

Source: Internet
Author: User
1.gzip. gz file Compression
Enter # gzip file name. GZ compression
#gzip-D Compression Pack decompression
Only files can be compressed

2.bzip2. bz2 file Compression
Enter the #bzip2 file name. bz2 compression
#bzip2-D Compression Pack decompression
Only files can be compressed

3.tar compression of files and directories
Enter the file or directory to be compressed after #tar-czvf the compressed filename.
-Z: Simultaneously with gzip compression
-j: Simultaneous compression with bzip2
-X: Unzip
-T: View the files in the tar package
-C: Create a compact Package
-V: Visualize
-F: followed by file name
viewing compressed files using-TF
-ZXVF Extracting GZ files
-JXVF Extracting bz2 files

4.zip compression
Enter #zip compressed file name. zip files to be compressed
When there is a multilevel directory #zip-R
Decompression #unzip
View Compressed file contents Bzcat

Compression of Linux files and directories

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.