Total Pageviews

Friday, 25 October 2013

Creating A tar File in Linux Via Command Line Options

Linux tar command syntax


tar -cvzf archive.tar.gz directory_to_be_compress

Where,
  • c : Create a tar ball.
  • v : Verbose output (show progress).
  • f : Output tar ball archive file name

No comments:

Post a Comment