How to Create Tar Gz File
|
|
This article describes how to create tar.gz files. In Linux operating systems, you can use the tar command to create tar archives. The command can also compress archives using a vast range of compression programs with gzip is the most popular algorithm.
|
|
A tar archive is a file that stores a collection of other files, including information about them, such as the ownership, permissions, and timestamp.
By convention, the name of a tar archive compressed with gzip should end with either .tar.gz or .tgz.
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.