Q3 Single choice Flag How could one search for the file foo.txt under the directory /home? A search /home -file foo.txt B search /home foo.txt C find /home -file foo.txt D find /home -name foo.txt E find /home foo.txt Correct answer