Re: question about execve()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Uttered Tomko <[email protected]>, spake thus:

> 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 ? 

None of these.  All "execve" really does is to discard the current VM
setup, tell the VM system to attach this process to the new
executable image, and then transfer control to the starting
instruction of the program.  Since nothing is really in memory, aside
from maybe some caching/readahead, page faults do all the work of
loading application code, page by page, on demand.

HTH

Attachment: pgpmfBiHz4UVG.pgp
Description: PGP signature


[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux