What command would you use to find all files under the current directory owned by the user foo?

  1. find ./ -type file -user foo

  2. find ./ -type f -owner foo

  3. find ./ -type f -o foo

  4. find ./ -type f -user foo


Correct Option: D

Find more quizzes: