nerdexam
Oracle

1Z0-876 · Question #129

You have received a file called data.tar.Z Which command will cause the file to be uncompressed and the tar file extracted, while keeping the original file unchanged?

The correct answer is D. uncompress -c data.tar.Z | tar xvf -. See the full explanation below for the reasoning.

Question

You have received a file called data.tar.Z Which command will cause the file to be uncompressed and the tar file extracted, while keeping the original file unchanged?

Options

  • Auncompress data.tar.Z;tar xvf data.tar
  • Bgunzip data.tar.Z;tar xvf data.tar
  • Cunzip -c data.tar.Z | tar xvf -
  • Duncompress -c data.tar.Z | tar xvf -

How the community answered

(19 responses)
  • A
    16% (3)
  • B
    5% (1)
  • C
    5% (1)
  • D
    74% (14)

Community Discussion

No community discussion yet for this question.

Full 1Z0-876 Practice