nerdexam
Red_HatRed_Hat

EX200 · Question #12

EX200 Question #12: Real Exam Question with Answer & Explanation

Sign in or unlock EX200 to reveal the answer and full explanation for question #12. The question stem and answer options stay visible for context.

Submitted by wei.xz· Apr 18, 2026Understand and Use Essential Tools

Question

12. Create Archive Create a tar archive named /root/backup.tar.bz2, which should contain the contents of /usr/local. The tar archive must be compressed using bzip2. Correct Answer: See the below explanation Explanation/Reference: Solution: [root@node1 ~]# yum -y install bzip2 [root@node1 ~]# tar -jcvPf /root/backup.tar.bz2 /usr/local # Verification [root@node1 ~]# file /root/backup.tar.bz

Unlock EX200 to see the answer

You've previewed enough free EX200 questions. Unlock EX200 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#bzip2#Archiving#File Compression
Full EX200 PracticeBrowse All EX200 Questions