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 Command argument list for the new process image. string | string[] Returns void