»
Linux
»
Examen sur Linux
»
Examen 201 : Advanced Administration
»
Section 1
»
Question 8/20
8.You need to search the entire directory structure to locate a specific file. How could you do this and still be able to run other commands while the find command is still searching for you file?
find / -name filename &
find / -name filename
bg find / -name filename
&find / -name filename &
answer
« Question 7
Question 9 »