Q. Which command is used to find files by name?

  • (A) find /path -name filename
  • (B) grep filename
  • (C) locate filename
  • (D) search filename
πŸ’¬ Discuss
βœ… Correct Answer: (A) find /path -name filename
Explanation: 'find' searches directory trees for files matching criteria.
Explanation by: Mr. Dubey
'find' searches directory trees for files matching criteria.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
84
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate