Which of the following commands will resume executing t…

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

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

A.
continue myapp

B.
exec myapp

C.
fg myapp

D.
myapp &

Explanation:
The correct answer is g myapp.Incorrect answer:
Continuemyapp
Continue is just used for loops.



Leave a Reply 0

Your email address will not be published. Required fields are marked *