Ask 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 output to screen.

+1
Answers (1)
  1. 7 December, 00:33
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers