pub fn test_kill_process_group(pid: Pid) -> Result<()>
Available on crate feature process only.
Expand description

kill(-pid, 0)—Check validity of pid and permissions to send signals to all processes in the process group, without actually sending any signals.

References