The most common packaging program under Linux is tar, which is often referred to as the TAR package, and the tar package file commands are usually terminated with. Tar. After the tar package is generated, it can be compressed with other programs, so
. tarUnpacking: Tar xvf Filename.tarPackage: Tar cvf filename.tar DirName(Note: Tar is packaged, not compressed!) )---------------------------------------------. gzDecompression 1:gunzip filename.gzDecompression 2:gzip-d filename.gzCompression: gzip
Jenkins uploads the tgz package to the remote server for execution and the jenkinstgz package for upload
Jenkins is a useful automated build tool for continuous integration of development and testing.
When developing a system, we often need to
One linux Command one day -- decompress the tgz file -- general Linux technology-Linux technology and application information. The following is a detailed description. Tgzis the same as tar.gz
Tar zxvf XX.tar.gz
For example, the contents of
Author: llzqq: Openbsd3.6 + APACHE + MYSQL + PHP + mod_limitipconn: http://www.cnfug.org] Op author: llzqq [from: http://www.cnfug.org]
Openbsd 3.6 + APACHE + MYSQL + PHP + mod_limitipconn
Llzqq
You are welcome to post this article, but
Creation format: Tar czvf ← file name .tar.gz] [file name]
For example, tar czvf test.tar.gz test (the current command occurs in the directory where the file to be packaged is located)
Decompression format: Tar zxvf ghost file name .tar.gz]
Tar (Tape ARchive, abbreviation for tape archive, LCTT originally designed to package files onto tape, and now most of us use it to back up a partition or some important directory) is the most widely used command in Unix-like systems, Used to
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.