Query: setpgrp3
OS: hpux
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
setpgrp3(2) System Calls Manual setpgrp3(2)NAMEsetpgrp3 - create session and set process group ID; for HP-UX 9.x compatibility.SYNOPSISDESCRIPTIONIf the calling process is not a process group leader, creates a new session. The calling process becomes the session leader of this new session, it becomes the process group leader of a new process group, and it has no controlling terminal. The process group ID of the call- ing process is set equal to the process ID of the calling process. The calling process is the only process in the new process group, and the only process in the new session. function is provided for HP-UX compatibility in future releases. is functionally equivalent to as provided in HP-UX 9.x.RETURN VALUEUpon successful completion, returns the value of the process group ID of the calling process. Otherwise, it returns a value of and sets to indicate the error.ERRORSNo errors are defined.WARNINGSObsolescent Interfaces is to be obsoleted at a future date.AUTHORwas developed by HP.SEE ALSOexec(2), exit(2), fork(2), getpid(2), kill(2), setpgid(2), setpgrp(2), setsid(2), signal(2), termio(7). TO BE OBSOLETED setpgrp3(2)
Related Man Pages |
---|
getsid(2) - opensolaris |
setsid(2) - redhat |
setsid(2) - debian |
setsid(2) - opendarwin |
setpgrp3(2) - hpux |
Similar Topics in the Unix Linux Community |
---|
to get process start date and time |
process id |
Number of process per user session |
Finding process id of subsequent process |
AIX6.1 Remove file descriptor from specified process |