previous | start | next

Changing the Process Group ID

       int setpgid(pid_t pid, pid_t pgid);
       int setpgrp();


previous | start | next