Saved Bookmarks
| 1. |
If a thread invokes the exec system call ____________(a) only the exec executes as a separate process(b) the program specified in the parameter to exec will replace the entire process(c) the exec is ignored as it is invoked by a thread(d) none of the mentioned |
|
Answer» Correct answer is (b) the program specified in the parameter to exec will replace the entire process Easiest explanation - None. |
|