InterviewSolution
Saved Bookmarks
| 1. |
Which of the following system call is used for creating a new process?(a) read(b) fork(c) wait(d) newThis question was posed to me in my homework.My doubt is from Process Status:ps Command and Phases of a Process topic in division The Process of Unix |
|
Answer» Right option is (b) fork |
|