What is the use of execve?
What is the use of execve? The execve() function replaces the current process image with a new process image specified by path. The new image is constructed from a regular, executable file called the new process image file. No return is made because the calling process image is replaced by Read more…