Linux Basic Programming-2
Duplicating a Process Image:-
You can create a new process by calling fork() . This system call duplicates the current process, creating a new entry in the process table with many of the same attributes as the current process. The new process is almo...
devnation.joshisfitness.com4 min read