Function nix::unistd::tcsetpgrp

pub fn tcsetpgrp(fd: c_int, pgrp: Pid) -> Result<()>
Documentation

Set the terminal foreground process group (see tcgetpgrp(3)).

Get the group process id (PGID) to the foreground process group on the terminal associated to file descriptor (FD).