Ask Question
15 January, 04:14

Use the find command to display all files owned by the user guru

+5
Answers (1)
  1. 15 January, 06:37
    0
    find * - user guru

    Explanation:

    find is the command to search in files and the flag - user allow search by the owner of the file

    the symbol * is a regular expression that means all the files

    Example

    find * - user guru

    find all the files owned by the user guru
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Use the find command to display all files owned by the user guru ...” 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