-
Bug
-
Resolution: Done
-
Major
-
RH124 - RHEL 7 1 20140606
-
None
-
Student Guide, Chapter 12, pages 292 plus / minus
URL:
Reporter RHNID:
Section: -
Language: |
Workaround: Correct the text to name the tar created compressed archive files as ".tgz", ".tbz", and ".txz" respectively.
Description: In the discussion of tar, the examples / descriptions of creating a compressed archive use example filenames of <blah>.tar.gz (or .tar.bz or .tar.xz). I realize that this is being pedantic, but this is incorrect. Files that are created by tar, by convention, should have the file extensions ".tgz, ,tbz, and .txz". The extensions ".tar.gz", ".tar.bz", and ".tar.xz" are more correctly reserved for files that are created by (respectively) gzip, bzip2, and xz. (by default, these 3 utilities will automatically add their respective extension to the compressed output file).