Could you give me the source code for execve() system call (exec family). I\'m working with Linux.
execve()
execve() calls sys_execve() which calls do_execve(), which is where the action is: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=fs/exec.c#l1376