ID EN
OS

setpgrp

Python 3.11

Call the system call setpgrp() or setpgrp(0, 0) depending on which version is implemented (if any). See the Unix manual for the semantics.

Syntax

PYTHON
os.setpgrp()

See Also

Availability