Question: Write a program that creates a child process, and then in the child closes standard output (STDOUT FILENO). What happens if the child calls printf()
Write a program that creates a child process, and then in the child closes standard output (STDOUT FILENO). What happens if the child calls printf() to print some output after closing the descriptor
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
