Question: The command below will search the root filesystem for files named "finance.db". In this context, what information is being sent to /dev/null?

  1. the names of files that do not match finance.db
  2. information sent to the standard error-for example, errors that the find command displays as it runs
  3. the names of files that match finance.db
  4. information sent to the standard output-that is, the path to files the find command has located

Answer: The correct answer of the above question is Option B:information sent to the standard error-for example, errors that the find command displays as it runs