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
The question was posed to me during an interview.
The doubt is from The Fork and exec System Calls topic in section The Linux System of Operating System