Given the following output:
prompt>myapp
[1]+ Stoppedmyapp
prompt>
Which of the following commands will resume executing the stopped process and make it the current job?
A.
bgmyapp
B.
continue myapp
C.
exec myapp
D.
fgmyapp
E.
myapp&
Given the following output:
prompt>myapp
[1]+ Stoppedmyapp
prompt>
Which of the following commands will resume executing the stopped process and make it the current job?
Given the following output:
prompt>myapp
[1]+ Stoppedmyapp
prompt>
Which of the following commands will resume executing the stopped process and make it the current job?
A.
bgmyapp
B.
continue myapp
C.
exec myapp
D.
fgmyapp
E.
myapp&
the answer is E, but the command is ” fg myapp “