InterviewSolution
Saved Bookmarks
| 1. |
Which system call is used to run a new program?(a) fork(b) wait(c) exec(d) exitThe question was asked at a job interview.My doubt stems from Process Status:ps Command and Phases of a Process in section The Process of Unix |
|
Answer» Correct choice is (c) exec |
|