results.txt 2>/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">
MCQs > IT & Programming > Bash > The command below will search the root filesystem for files named "finance.db". In this context, what information is being sent to /dev/null? find / -name "finance.db" 1>results.txt 2>/dev/null

Bash MCQs

The command below will search the root filesystem for files named "finance.db". In this context, what information is being sent to /dev/null? find / -name "finance.db" 1>results.txt 2>/dev/null

Answer

Correct Answer: Information sent to the standard error-for example, errors that the find command displays as it runs

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Bash Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Bash Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it