setpgrp(2) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

setpgrp(2)

setpgrp(2)                       System Calls                       setpgrp(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.

ERRORS
       No errors are defined.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE  TYPEAT‐
       TRIBUTE  VALUE  _  Interface  StabilityCommitted  _  StandardSee  stan‐
       dards(7).


SEE ALSO
       setpgrp(1), exec(2), fork(2), getpid(2), getsid(2), Intro(2),  kill(2),
       signal(3C), attributes(7), standards(7)



Oracle Solaris 11.4               5 Jan 2000                        setpgrp(2)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3