Bird
0
0

What is the primary purpose of the unzip command in Linux?

easy📝 Conceptual Q1 of 15
Linux CLI - Archiving and Compression
What is the primary purpose of the unzip command in Linux?
AList files inside a directory
BCreate a new zip archive
CExtract files from a zip archive
DCompress files using gzip
Step-by-Step Solution
Solution:
  1. Step 1: Understand the unzip command

    The unzip command is used to extract files from a zip archive in Linux.
  2. Step 2: Compare options

    Only Extract files from a zip archive correctly describes extracting files from a zip archive. Other options describe different commands or actions.
  3. Final Answer:

    Extract files from a zip archive -> Option C
  4. Quick Check:

    unzip = extract files [OK]
Quick Trick: unzip extracts files from zip archives [OK]
Common Mistakes:
  • Confusing unzip with zip
  • Thinking unzip creates archives
  • Mixing unzip with gzip

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes