CompTIACompTIA
XK0-005 · Question #10320
XK0-005 Question #10320: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #10320. The question stem and answer options stay visible for context.
System Management
Question
Based on the given command: find /home/user1 -type f -name "*.txt" -size +100M Which of the following will the command accomplish?
Options
- AIt finds all the files ending with .txt with a size less than 100MB in /home/user1 directory.
- BIt finds all the files ending with .txt with a size of 100MB in /home/user1 directory.
- CIt finds all the directories with .txt files with a size of 100MB in /home folder.
- DIt finds all the files ending with .txt with a size of over 100MB in /home/user1 directory.
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
#find command#file searching#command-line utilities#file system management