Function rustix::process::setpgid

source ·
pub fn setpgid(pid: Option<Pid>, pgid: Option<Pid>) -> Result<()>
Available on crate feature process only.
Expand description

setpgid(pid, pgid)—Sets the process group ID of the given process.

§References