Query: tcgetpgrp
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tcgetpgrp(3) Library Functions Manual tcgetpgrp(3)NAMEtcgetpgrp - Gets foreground process group IDLIBRARYStandard C Library (libc.so, libc.a)SYNOPSIS#include <unistd.h> pid_t tcgetpgrp( int filedes); Application developers may want to specify an #include statement for <sys/types.h> before the one for <unistd.h> if programs are being developed for multiple platforms. The additional #include statement is not required on Tru64 UNIX systems or by ISO or X/Open standards, but may be required on other vendors' systems that conform to these standards.STANDARDSInterfaces documented on this reference page conform to industry standards as follows: tcgetpgrp(): XPG4, XPG4-UNIX Refer to the standards(5) reference page for more information about industry standards and associated tags.PARAMETERSIndicates the open file descriptor for the terminal special file.DESCRIPTIONThe tcgetpgrp() function returns the value of the process group ID of the foreground process group associated with the terminal. The func- tion can be called from a background process; however, the information may be subsequently changed by the foreground process.RETURN VALUESUpon successful completion, the process group ID of the foreground process is returned. Otherwise, a value of -1 is returned and errno is set to indicate the error.ERRORSThe tcgetpgrp() function sets errno to the specified values for the following conditions: The filedes parameter is not a valid file descriptor. The calling process does not have a controlling terminal or the file is not the controlling terminal.RELATED INFORMATIONFunctions: setpgid(2), setsid(2), tcsetpgrp(3) Standards: standards(5) delim off tcgetpgrp(3)
Related Man Pages |
---|
tcsetpgrp(3) - centos |
tcsetpgrp(3) - linux |
tcsetpgrp(3) - suse |
tcsetpgrp(3) - osf1 |
tcgetpgrp(3c) - sunos |
Similar Topics in the Unix Linux Community |
---|
Newbie: The UNIX Login process |
Reference Material |
EPTS4: time for CEP Standards? |
bringing a process to the foreground |
Network Connectivity Issues |