Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A systems administrator needs to compress log files using the .tar.bz2 format. Which of the following commands should the administrator use?
Correct Answer: C
* -j enables bzip2 compression. * -c: create archive, -v: verbose, -f: filename. C is correct syntax for creating a .tar.bz2 archive. Incorrect Options: * A: Invalid extension and wrong flag combination. * B: -z uses gzip, not bzip2. * D: -b is for blocking factor, not compression. Reference: CompTIA Linux+ XK0-005 Study Guide, Chapter 6 man tar