A simple parent chield program in C with fork and execvp
This post shows how to create a child process using fork() function. execvp replace the calling program with other executable
Read MoreThis post shows how to create a child process using fork() function. execvp replace the calling program with other executable
Read More