ID EN
OS

setsid

Python 3.11

Call the system call setsid(). See the Unix manual for the semantics.

Syntax

PYTHON
os.setsid()

See Also

Availability