LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what is the difference between Fork & exec (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-the-difference-between-fork-and-exec-260462/)

augustus123 11-29-2004 06:42 AM

what is the difference between Fork & exec
 
Hi,

I was not able to understand the difference between the fork and exec

m00t00 11-29-2004 07:32 AM

fork starts a new process which is a copy of the one that calls it, while exec replaces the current process image with another (different) one


All times are GMT -5. The time now is 08:21 PM.