Beginner Linux & Shell Scripting
Q36 / 100

What is the purpose of the "find" command?

Correct! Well done.

Incorrect.

The correct answer is A) To search for files and directories based on criteria like name, type, size, or modification time

A

Correct Answer

To search for files and directories based on criteria like name, type, size, or modification time

Explanation

"find /path -name \"*.txt\"" recursively searches a directory tree for files/directories matching specified criteria such as name pattern, type, size, or timestamps.

Progress
36/100