Write a UNIX program that creates a child process that print
Write a UNIX program that creates a child process that prints a greeting, sleeps for 20 seconds, then exits. The parent process should print a greeting before creating the child, and another after the child has terminated. It should then terminate.
Solution
Answer:

