Description | Command |
---|---|
Compress file and rename it to filename.gz | gzip filename |
Create a tar file containing a directory | tar cf home.tar /home |
Create a tar file with gzip compression | tar czf tarfile.tar.gz files |
Extract files from a tar file | tar xf filename.tar |