ExamGecko
Question list
Search
Search

Question 234 - 101-500 discussion

Report
Export

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?

A.
job -b dmaint
Answers
A.
job -b dmaint
B.
dbmaint &>/dev/pts/null
Answers
B.
dbmaint &>/dev/pts/null
C.
nohup dbmaint &
Answers
C.
nohup dbmaint &
D.
bg dbmaint
Answers
D.
bg dbmaint
E.
wait dbmaint
Answers
E.
wait dbmaint
Suggested answer: D
asked 18/09/2024
Maria Gervasi
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first