pub fn test_kill_current_process_group() -> Result<()>
Available on crate feature process only.
Expand description

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

References