CompTIA Linux+ XK0-006 (V8) Practice Question

You are reorganizing a large set of configuration files on a running server. Everything under /etc/myapp (including hidden files) must be copied to /var/lib/myapp/backups on the same host immediately, with ownership, permissions, hard links, and modification times preserved. Because the application is live, you cannot waste time creating an intermediate archive file-you only want to copy the tree directly to the new location. Which command meets these requirements?

  • find /etc/myapp -print0 | cpio --null -pdmv /var/lib/myapp/backups

  • cd /var/lib/myapp/backups && cpio -id < /var/lib/myapp/backups/myapp.cpio

  • find /etc/myapp -print0 | cpio --null -ov > /var/lib/myapp/backups/myapp.cpio

  • find /etc/myapp | tar -cf - -T - | (cd /var/lib/myapp/backups && tar -xf -)

CompTIA Linux+ XK0-006 (V8)
System Management
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot