Skip to main content

SYS_SETSID

Constant SYS_SETSID 

Source
pub const SYS_SETSID: usize = 319; // 319usize
Expand description

Create a new session and set the process group ID.

Returns the new session ID. The calling process becomes the session leader with a new process group.