os.setpgrp()
Call the system call setpgrp()
or setpgrp(0, 0)
depending on which version is implemented (if any). See the Unix manual for the semantics.
Availability: Unix.
os.setpgrp()
Call the system call setpgrp()
or setpgrp(0, 0)
depending on which version is implemented (if any). See the Unix manual for the semantics.
Availability: Unix.
Please login to continue.