CompTIA Exam Questions

Which of the following commands will resume executing the stopped process while allowing the user to

Given the following output: prompt> myapp [1]+ Stopped myapp prompt> Which of the following
commands will resume executing the stopped process while allowing the user to continue to type
commands at the command prompt?

A.
bg myapp

B.
continue myapp

C.
exec myapp

D.
fg myapp

E.
myapp &

Explanation: