CompTIACompTIA
XK0-005 · Question #690
XK0-005 Question #690: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #690. The question stem and answer options stay visible for context.
Troubleshooting
Question
A user is cleaning up a directory because it has more than 100,000 files that were generated from an experiment. When the user tries to remove the unneeded experiment files, the user receives an error: arduino cannot execute [Argument list too long] Which of the following should the user execute to remove these files?
Options
- Afind . -name "experiment*.txt" -exec rm "{}" ;
- Brm -rf experiment*.txt
- Crm --force experiment*.txt
- Dfor i in experiment*.txt; do find . -name $i -exec rmdir "{}" ; done
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
#Linux commands#File management#find command#Command-line errors