A tarball (tar.gz file) is compressed tar archive. The tar program provides the ability to create tar archives, as well as various other kinds of manipulation. For example, you can use Tar on previously created archives to extract files, to store add…
1, 对于tar.gz 压缩:tar -zcvf archive-name.tar.gz directory-name 解压:tar -zxvf prog-1-jan-2005.tar.gz -C /tmp http://www.tecmint.com/18-tar-command-examples-in-linux/ The Linux “tar” stands for tape archive, which is used by large number of Linux/Unix syst…