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

单选题:You issue the command jobs and receive the following output:

Luz5年前 (2021-05-10)题库505
You issue the command jobs and receive the following output:
```
[1]- Running grep ‘^[A-H]’students
[2]+ Running find / -name fork.c -print
```
How would you bring the find process to the foreground ? @[A](1)
A. fg %2
B. 《CTRL-C》
C. fg find
D. 《CTRL-D》





A.fg %2
B.《CTRL-C》
C.fg find
D.《CTRL-D》


答案:A