1.

Solve : Unix Parent and child process Shell scripting?

Answer»

Write a parent process and CHILD process  codes to satisfy the following conditions.

Parent  executes child in background.
Parent sends a signal 16 to child.
As soon as child receives the signal,child will print parent's PID.
Then child process will SEND a signal  to parent and then exits with exit status 5.
As soon as parent receives  the signal from the child, parent will print child's PID
and then exits with status 15.This is a BAD way to approach school work.

As I MENTIONED PREVIOUSLY - we won't do your homework for you.



Discussion

No Comment Found