nerdexam
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)
  • A
    76% (34)
  • B
    2% (1)
  • C
    4% (2)
  • D
    4% (2)
  • E
    13% (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.

Full 101-500 Practice