Query: setpgrp
OS: opensolaris
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
setpgrp(2) System Calls setpgrp(2)NAMEsetpgrp - set process group IDSYNOPSIS#include <sys/types.h> #include <unistd.h> pid_t setpgrp(void);DESCRIPTIONIf the calling process is not already a session leader, the setpgrp() function makes it one by setting its process group ID and session ID to the value of its process ID, and releases its controlling terminal. See Intro(2) for more information on process group IDs and session leaders.RETURN VALUESThe setpgrp() function returns the value of the new process group ID.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOsetpgrp(1), Intro(2), exec(2), fork(2), getpid(2), getsid(2), kill(2), signal(3C), attributes(5), standards(5) SunOS 5.11 5 Jan 2000 setpgrp(2)
Related Man Pages |
---|
setpgrp(3p) - centos |
setpgrp(2) - osf1 |
setpgrp(1) - sunos |
setpgrp(2) - sunos |
setsid(2) - sunos |
Similar Topics in the Unix Linux Community |
---|
Our First Flash Intro ? |
process tree |