Beginner
Linux & Shell Scripting
Q35 / 100
What does the "tar" command commonly do?
Correct! Well done.
Incorrect.
The correct answer is B) It is used to archive multiple files into a single file (often combined with compression like gzip)
B
Correct Answer
It is used to archive multiple files into a single file (often combined with compression like gzip)
Explanation
"tar" (tape archive) bundles multiple files and directories into a single archive file, often combined with compression tools (e.g. "tar -czf archive.tar.gz folder/").
Progress
35/100