Multiple choice technology operating systems

The tar command archives and extracts files to and from a single file called a tarfile.

  1. Yes, Correct

  2. No This is for JAR command

  3. TAR and JAR are same

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The tar command (tape archive) is used to create and extract archive files, bundling multiple files into a single tarfile. This is its core purpose - archiving for backup or distribution. While unrelated to JAR (Java Archive), both serve similar archiving functions in their respective domains.