CompTIA Linux+ (XK0-005) — Question 186

Based on the given command:

find /home/user1 -type f -name "*.txt" -size +100M

Which of the following will the command accomplish?

Answer options

Correct answer: D

Explanation

The correct answer is D because the command specifically searches for files with a .txt extension that exceed 100MB in size. Options A and B incorrectly describe the size condition, and option C misinterprets the command's focus on files rather than directories.