Expand description
Process control: detached spawning.
Functions§
- configure_
detached - Configure
cmdso the spawned child detaches into its own process group, surviving the terminal that launched it. - current_
uid - The calling user’s numeric id.
- kill_
process_ group - SIGKILL every process in the group led by
pgid(a no-op on platforms without process groups). - peer_
uid - The effective uid of the process on the other end of a connected Unix-domain socket.