For Linux Operating System: Write a simple test program in c++ to find out the parent process id of a process before and after its parent process terminates. Based on your test results, answer the following question: what is a process's parent process after its original parent process terminates?
For Linux Operating System: Write a simple test program in c++ to find out the parent...