-->
当前位置:首页 > 题库

单选题:You need to search the entire directory structure to locate a sp

Luz5年前 (2021-05-10)题库739
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? @[A](1)
A. find / -name filename&
B. find / -name filename
C. bg find / -name filename
D. fg find / -name filename&




A.find / -name filename&
B.find / -name filename
C.bg find / -name filename
D.fg find / -name filename&


答案:A