hpux man page for setpgrp

Query: setpgrp

OS: hpux

Section: 2

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

setpgrp(2)							System Calls Manual							setpgrp(2)

NAME
setpgrp - set process group ID
SYNOPSIS
DESCRIPTION
If the calling process is not already a session leader, sets the process group ID of the calling process to the process ID of the calling process. If creates a new session, then the new session has no controlling terminal. The function has no effect when the calling process is a session leader. Security Restrictions Some or all of the actions associated with this system call may require privileges. See privileges(5) for more information.
RETURN VALUE
Upon successful completion, returns the new process group ID.
ERRORS
If fails, no changes occur and (see errno(2)) is set to one of the following values: The calling process is already a process group leader or the process group ID of a process other than the calling process matches the process ID of the calling process. The calling process does not have sufficient privileges.
SEE ALSO
exec(2), fork(2), getpid(2), getsid(2), kill(2), setpgrp3(2), setsid(2), privileges(5), <unistd.h>.
STANDARDS CONFORMANCE
setpgrp(2)
Related Man Pages
getsid(2) - opensolaris
setsid(2) - redhat
getsid(2) - sunos
setsid(2) - suse
setpgrp3(2) - hpux
Similar Topics in the Unix Linux Community
How can i copy user permissions(privileges) to a group
Number of process per user session
Finding process id of subsequent process
Procstack
Zombie process