Ask Question

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.

+2
Answers (1)
  1. 21 August, 03:10
    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 & 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