Function rustix::process::getpgid

source ·
pub fn getpgid(pid: Option<Pid>) -> Result<Pid>
Expand description

getpgid(pid)—Returns the process group ID of the given process.

§References