Home> php教程> PHP开发> body text

How to decompress .tar.gz .tar.bz2 command under linux

高洛峰
Release: 2017-01-07 13:48:47
Original
1774 people have browsed it

The most common source code packages downloaded from the Internet are .tar.gz packages, and some are .tar.bz2 packages.

It is very simple to decompress:

.tar The .gz format decompression command is tar -zxvpf xx.tar.gz
.tar.bz2 The format decompression command is tar -jxvpf xx.tar.bz2
//p parameter can retain the original file permissions (very important)

The above is the editor’s introduction to how to decompress .tar.gz .tar.bz2 command under Linux. I hope it will be helpful to you. If you have any questions, please leave me a message and the editor will promptly Reply to everyone!

For more articles related to how to decompress .tar.gz .tar.bz2 commands under Linux, please pay attention to the PHP Chinese website!


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!