单选题:You issue the command jobs and receive the following output:
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
```
[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