Question: What does this command string do?

  1. It finds all files using ls -l and hands them off to the find command to display.
  2. It finds all files older than 10 minutes and long lists them using the ls command.
  3. It finds all files larger than 10 MB and long lists them using the ls command.
  4. It uses the ls command to find all files in the filesystem matching the {} wildcard.

Answer: The correct answer of the above question is Option C:It finds all files larger than 10 MB and long lists them using the ls command.