InterviewSolution
Saved Bookmarks
| 1. |
Which of the following system calls transforms executable binary file into a process?(a) fork(b) exec(c) ioctl(d) longjmpI had been asked this question during an internship interview.The above asked question is from The Fork and exec System Calls topic in chapter The Linux System of Operating System |
|
Answer» The CORRECT CHOICE is (B) exec |
|