question about execve()

From: Tomko
Date: Mon Apr 11 2005 - 01:56:13 EST


Hi,

I would like to ask when a userprogram called in user space called execve("/bin/abc".... will this system call finally copy the code of /bin/abc into kernel space before kernel runs it or just leave the code in the userspace and run directly ? If the system really copy the program into kernel space , why ?
Hope some one can tell me

Regards,
TOM
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/