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? A. tar ג€"zcvf applicationfiles.tar.bz2 /var/log/app/* B. tar ג€"jcvf applicationfiles.tar.bz2 /var/log/app/* C. tar ג€"cvf applicationfiles.tar.bz2 /var/log/app/* D. tar ג€"xvf applicationfiles.tar.bz2 /var/log/app/*  Suggested Answer: B This question is in XK0-004 CompTIA Linux+ Exam For getting CompTIA Linux+ Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by CompTIA. Trademarks, certification & product names are used for reference only and belong to CompTIA. The website does not contain actual questions and answers from CompTIA's Certification Exams.
Please login or Register to submit your answer