Pregunta de entrevista de IBM

What is the difference between fork and exec

Respuesta de la entrevista

Anónimo

24 jun 2012

fork creates another child process and the control is with the parent process whereas exec creates another process which takes over the control