InterviewSolution
Saved Bookmarks
| 1. |
What is a daemon?(a) process whose parent has died(b) process who has completed its execution but still has an entry in the process table(c) process which is running infinitely(d) process which runs automatically without any user interactionThe question was posed to me in an online quiz.Enquiry is from Process Management topic in chapter The Process of Unix |
|
Answer» Right option is (d) process which runs automatically WITHOUT any user INTERACTION |
|