L110: Linux System Administration I

Exec() The exec () system call loads a binary file into memory (destroying the memory image of the program containing the exec () system call) and starts its execution. Exec is a functionality of an operating system that runs an executable file in context of an already existing process, replacing the previous executable. ................
................