Wednesday, 15 April 2015

How to Create an uncompressed tar archive

tar cvf archive_name.tar dirname/

In the above command:
  • c – create a new archive
  • v – verbosely list files which are processed.
  • f – following is the archive file name

No comments:

Post a Comment