Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
System Callssetpgrp(2)


NAME

 setpgrp - set process group ID

SYNOPSIS

 
#include <sys/types.h>
#include <unistd.h>
pid_t setpgrp(void);

DESCRIPTION

 

If 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 VALUES

 

The setpgrp() function returns the value of the new process group ID.

SEE ALSO

 

setpgrp(1), intro(2), exec(2), fork(2), getpid(2), getsid(2), kill(2), signal(3C)


SunOS 5.9Go To TopLast Changed 5 Jan 2000

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.