nerdexam
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)
  • A
    2% (1)
  • B
    5% (3)
  • C
    2% (1)
  • D
    92% (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.

Full 101-500 Practice