LPI
101-500 · Question #496
The command dbmaint & was used to run dbmaint in the background. However, dbmaint is terminated after logging out of the system. Which alternative dbmaint invocation lets dbmaint continue to run…
The correct answer is D. bg dbmaint. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Shells and Shell Scripting
Question
The command dbmaint & was used to run dbmaint in the background. However, dbmaint is terminated after logging out of the system. Which alternative dbmaint invocation lets dbmaint continue to run even when the user running the program logs out?
Options
- Ajob -b dmaint
- Bdbmaint &>/dev/pts/null
- Cnohup dbmaint &
- Dbg dbmaint
- Ewait dbmaint
How the community answered
(32 responses)- A19% (6)
- B3% (1)
- C3% (1)
- D69% (22)
- E6% (2)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#background processes#process termination#shell job control#session management
Community Discussion
No community discussion yet for this question.