os.tcgetpgrp(fd) 
Return the process group associated with the terminal given by fd (an open file descriptor as returned by os.open()).
Availability: Unix.
os.tcgetpgrp(fd) 
Return the process group associated with the terminal given by fd (an open file descriptor as returned by os.open()).
Availability: Unix.
Please login to continue.