os.setpgid(pid, pgrp)
Call the system call setpgid()
to set the process group id of the process with id pid to the process group with id pgrp. See the Unix manual for the semantics.
Availability: Unix.
os.setpgid(pid, pgrp)
Call the system call setpgid()
to set the process group id of the process with id pid to the process group with id pgrp. See the Unix manual for the semantics.
Availability: Unix.
Please login to continue.