Ask Question
13 October, 12:17

The true or false questions.

If find is run with no - exec option, then find will not take any action on the found files and there is no output to screen.

+2
Answers (1)
  1. 13 October, 14:04
    0
    false

    Explanation:

    -exec option is not mandatory for the find command.

    find will still list out the identified files even in the absence of - exec option.

    For example:

    find. - name test - print

    will print out files with the name 'test' in the current directory. Note that there is no exec option in this example.

    Same holds true for find with no additional options at all.

    For example:

    find.

    will list out all files in the current directory.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The true or false questions. If find is run with no - exec option, then find will not take any action on the found files and there is no ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers