CompTIACompTIA
XK0-005 · Question #39
XK0-005 Question #39: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #39. The question stem and answer options stay visible for context.
System Management
Question
A systems administrator must clean up all application files in the directory /var/log/app. However, the company's security policy requires the files to be kept on the backup server for one year. The Linux server has only the tar and bzip2 packages installed. Which of the following commands will package and compress the files?
Options
- Atar -zcvf applicationfiles.tar.bz2 /var/log/app/*
- Btar -jcvf applicationfiles.tar.bz2 /var/log/app/*
- Ctar -cvf applicationfiles.tar.bz2 /var/log/app/*
- Dtar -xvf applicationfiles.tar.bz2 /var/log/app/*
Unlock XK0-005 to see the answer
You've previewed enough free XK0-005 questions. Unlock XK0-005 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#tar command#file compression#bzip2#system administration