Question d’entretien chez IBM

What is the difference between fork and exec

Réponse à la question d'entretien

Utilisateur anonyme

24 juin 2012

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