Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I know that setsid() detaches a process to the parent's signals. There exists a function which allows to attach again the parent's signals? regards...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    5

    setsid() function

    Hi, I know that setsid() detaches a process to the parent's signals. There exists a function which allows to attach again the parent's signals?

    regards


  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    If you read your man page for setsid() you'd have found references to setpgid() and setpgrp(). They will do what you want.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...