Which of the following commands is used to search the whole directory structure to locate a specific file, but still can execute other commands while the 'find' command is searching for the file?

Which of the following commands is used to search the whole directory structure to locate a specific file, but still can execute other commands while the 'find' command is searching for the file? 







A. find / filename &
B. find / -name filename
C. find / -name filename &
D. find filename > background









Answer: C


Learn More :