Thursday, October 04, 2012

Tar/Untar commands in Linux:
=====================


Compress tar.gz file:
# tar -zcvf archiveName.tar.gz directoryToCompress

To decompress an archive use the following syntax:

# tar -zxvf archiveName.tar.gz

No comments: