So I have a project in which i should be able to terminate all child processes via signal. I am wondering how can I send a SIGTERM to all those processes given that i have a id array with all the child id's. That signal should be sent when i receive as argument from main the command "exitNow". Thanks in advance!
Asked
Active
Viewed 113 times
0
-
http://stackoverflow.com/questions/36234703/send-signal-from-parent-process-to-child-in-c – Prabhu Oct 14 '16 at 19:11
-
@prabhu Thanks a lot! – VCanas Oct 14 '16 at 19:37