nerdexam
Oracle

1Z0-876 · Question #16

Jim has a compressed text file named saved.zip Jim used the following command to create the file: zip -r saved plants adding: plants (deflated 94%) Jim wants to list the contents of the plants file…

The correct answer is D. unzip -l saved.zip. See the full explanation below for the reasoning.

Question

Jim has a compressed text file named saved.zip Jim used the following command to create the file:

zip -r saved plants adding: plants (deflated 94%) Jim wants to list the contents of the plants file, but not extract it. Which command will NOT list the contents of the file plants?

Options

  • Agunzip -c saved.zip
  • Bgzcat saved.zip
  • Cunzip -c saved.zip
  • Dunzip -l saved.zip

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    15% (4)
  • C
    8% (2)
  • D
    73% (19)

Community Discussion

No community discussion yet for this question.

Full 1Z0-876 Practice