Ask Question
22 March, 07:17

The true or false questions.

The start directory of find is optional

+1
Answers (1)
  1. 22 March, 09:44
    0
    true

    Explanation:

    Find command syntax is as follows:

    find [starting directory] [options]

    For example:

    $ find / tmp - name test

    $ find. - name demo - print

    $ find

    As we can see in the last example, starting-directory and options can both be omitted and it will still be a valid command. When the start directory is omitted, it defaults to the current directory.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The true or false questions. The start directory of find is optional ...” 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