Could you give me the source code for execve() system call (exec family). I\'m working with Linux.
execve()
Youmight look at sys_execve at arch/x86/kernel/process.c which calls do_execve at fs/exec.c.