What is the use of fork and exec systealls?

Fork is a system call by which a new process is created. Exec is also a system call, which is used after a fork by one of the two processes to replace the process memory space with a new program.

No comments

Powered by Blogger.