CompTIACompTIA
XK0-005 · Question #526
XK0-005 Question #526: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #526. The question stem and answer options stay visible for context.
System Management
Question
A Linux administrator was tasked with deleting all files and directories with names that are contained in the sobelete.txt file. Which of the following commands will accomplish this task?
Options
- Axargs -f cat toDelete.txt -rm
- Brm -d -r -f toDelete.txt
- Ccat toDelete.txt | rm -frd
- Dcat toDelete.txt | xargs rm -rf
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
#xargs#rm command#Pipes#File system management