Ask Question
8 August, 18:20

The true or false questions.

The command: find. - type f - mtime + 10 will search in the current directory and its subdirectories for all regular files that have not been modified in more than 10 minutes.

+5
Answers (1)
  1. 8 August, 19:15
    0
    False

    Explanation:

    The command find. - type f - mtime + 10 will search for all files in the current directory and its subdirectories which have not been modified in more than 10 days.

    -type argument specifies the type of entity to be searched which in this case corresponds to f (or file).

    -mtime argument specifies the last modified time check for the files in terms of number of days and not number of minutes.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The true or false questions. The command: find. - type f - mtime + 10 will search in the current directory and its subdirectories for all ...” 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