LPI
101-500 · Question #392
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?
The correct answer is D. fg 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 and make it the current job?
Options
- Abg myapp
- Bcontinue myapp
- Cexec myapp
- Dfg myapp
- Emyapp &
How the community answered
(63 responses)- A2% (1)
- B5% (3)
- C2% (1)
- D92% (58)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#job control#fg command#process management#shell built-ins
Community Discussion
No community discussion yet for this question.