Oracle
1Z0-876 · Question #92
Dave has a compressed tar archive named pics.tar.Z Dave needs to uncompress and extract the data from this file. Which command will extract and uncompress the file?
The correct answer is A. uncompress pics.tar.Z;tar xvf pics.tar. See the full explanation below for the reasoning.
Question
Dave has a compressed tar archive named pics.tar.Z Dave needs to uncompress and extract the data from this file. Which command will extract and uncompress the file?
Options
- Auncompress pics.tar.Z;tar xvf pics.tar
- Bzcat -c pics.tar.Z | tar xvf -
- Cbunzip2 pics.tar.Z;tar xvf pics.tar
- Dbzcat pics.tar.Z | tar xvf -
How the community answered
(25 responses)- A72% (18)
- B16% (4)
- C4% (1)
- D8% (2)
Community Discussion
No community discussion yet for this question.