Question: I'm writing a program using fork and exec in linux. I'm ok with the fork command, but the exec command has to read in an
I'm writing a program using fork and exec in linux. I'm ok with the fork command, but the exec command has to read in an unknown number of command line items (0 to ....) for the child to perform.
I'm not sure how to set that up or what exec options to use.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
