The URL says “forkandexec”
So what does “fork” system call do in linux?
It duplicates the current process.
The “exec” ?
It runs a new process into the current process space.
So I fork the existing concepts and exec my understanding in this blog
The URL says “forkandexec”
So what does “fork” system call do in linux?
It duplicates the current process.
The “exec” ?
It runs a new process into the current process space.
So I fork the existing concepts and exec my understanding in this blog