EZ Linux Admin random header image

Tar and Untar commands

August 17th, 2009 by EZ linux · No Comments

tar -cvzf mytar.tar.gz sourcefilesordir/creates new tar file
tar -xzvf mytar.tar.gz destination – extracts tar.gz file-any
fileordir – compresses a file with gzip.
gunzip file.gz – decompresses a file with gzip.
tar -xvf mytar.tar.gz destination – extracts tar filegzip

Tags: Linux Commands

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment