Overlay (operating System) Article Index for
Overlay
 

Information About

Overlay (operating System)




In Unix , the only way to run new programs is to Fork the running process, and then overlay the new program on top of the Child . This is known as the Fork-exec technique.


SEE ALSO