Q. Which command is used to find files by name?
β
Correct Answer: (A)
find /path -name filename
Explanation: 'find' searches directory trees for files matching criteria.