fork and exec system calls in Linux

1.0 fork and exec system calls Suppose we wish to write a “shell program” which would execute another program. Now, in a computing system, a process executes a program. So this shell program (or, process, at run time) needs to create a process which would execute a program. Here, two system calls are of interest, …

fork and exec system calls in Linux Read More »