devela::_dep::rustix::processFunction test_kill_process_group
pub fn test_kill_process_group(pid: Pid) -> Result<(), Errno> ⓘ
Available on crate feature dep_rustix
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