ProcessFunction: exec()On this pageFunction: exec() exec(args): void Replace the current process image with a new process image. This function does not return if successful. See execvp(3) Parameters args string | string[] Command argument list for the new process image. Returns void