LPI Exam Questions

Which of the following commands will resume executing the stopped process and make it the current jo

Given the following output: prompt> myapp [1]+ Stopped myapp prompt> Which of the following
commands will resume executing the stopped process and make it the current job?

A.
bg myapp

B.
continue myapp

C.
exec myapp

D.
fg myapp

E.
myapp &