Question: Programming Exercise Q3.Use your linux virtual machine to create unlimited number of child processes, observe what happens. Before running the experiment, type sync command to

Programming Exercise Q3.Use your linux virtual machine to create unlimited number of child processes, observe what happens. Before running the experiment, type sync command to the shell to flush the file system buffers to disks to avoid ruining the file system. The following C code can be used to fork a single child process. Modify, recompile, and run the modified c code to test your system. Deliverable for this experiment includes: Copy of the modified C code Copy of the executable file A short description on how your system handle the test, pointing out what modification you have to applied as you test and run the C code. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
