Oracle
1Z0-876 · Question #137
Jane has stored files in a compressed tar archive. She extracts the data with the following command: $ zcat keyfiles.tar.Z | tar tvf - Examine the command line, what is the function of the zcat…
The correct answer is A. The zcat command uncompresses the file and directs the output to the pipe. See the full explanation below for the reasoning.
Question
Jane has stored files in a compressed tar archive. She extracts the data with the following command:
$ zcat keyfiles.tar.Z | tar tvf - Examine the command line, what is the function of the zcat command?
Options
- AThe zcat command uncompresses the file and directs the output to the pipe.
- BThe zcat command uncompresses the file and outputs to a file called -
- CThe zcat command uncompresses the file and write the output to disk.
- DThe zcat command uncompresses the data from the tar commands output.
How the community answered
(50 responses)- A76% (38)
- B12% (6)
- C8% (4)
- D4% (2)
Community Discussion
No community discussion yet for this question.