Oracle
1Z0-100 · Question #56
Which three compression programs can tar use to natively filter an archive?
The correct answer is B. Bzip2 C. Gzip D. Xz. man tar | grep filter filter the archive through bzip2 filter the archive through xz filter the archive through lzip filter the archive through lzma filter the archive through gzip filter the archive through compress
Manage Files and the Filesystem
Question
Which three compression programs can tar use to natively filter an archive?
Options
- AZip
- BBzip2
- CGzip
- DXz
- ECpio
How the community answered
(30 responses)- A17% (5)
- B77% (23)
- E7% (2)
Explanation
man tar | grep filter filter the archive through bzip2 filter the archive through xz filter the archive through lzip filter the archive through lzma filter the archive through gzip filter the archive through compress
Topics
#tar#compression#bzip2#gzip
Community Discussion
No community discussion yet for this question.