LPI
101-500 · Question #200
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…
The correct answer is A. bg myapp. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Shells and Shell Scripting
Question
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?
Options
- Abg myapp
- Bcontinue myapp
- Cexec myapp
- Dfg myapp
- Emyapp &
How the community answered
(45 responses)- A76% (34)
- B2% (1)
- C4% (2)
- D4% (2)
- E13% (6)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#job control#background execution#fg vs bg#process management
Community Discussion
No community discussion yet for this question.