Skip to main content

SYS_SETPGID

Constant SYS_SETPGID 

Source
pub const SYS_SETPGID: usize = 317;
Expand description

Set the process group ID of a process.

  • pid: target process ID (0 = current process)
  • pgid: desired process group ID