File: setpgid.2

package info (click to toggle)
manpages-ja 0.5.0.0.20050315-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,620 kB
  • ctags: 4
  • sloc: sh: 12,675; perl: 157; makefile: 106
file content (205 lines) | stat: -rw-r--r-- 6,998 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
.\" Copyright (c) 1983, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\"    must display the following acknowledgement:
.\"	This product includes software developed by the University of
.\"	California, Berkeley and its contributors.
.\" 4. Neither the name of the University nor the names of its contributors
.\"    may be used to endorse or promote products derived from this software
.\"    without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\"     @(#)getpgrp.2	6.4 (Berkeley) 3/10/91
.\"
.\" Modified 1993-07-24 by Rik Faith <faith@cs.unc.edu>
.\" Modified 1995-04-15 by Michael Chastain <mec@shell.portal.com>:
.\"   Added 'getpgid'.
.\" Modified 1996-07-21 by Andries Brouwer <aeb@cwi.nl>
.\" Modified 1996-11-06 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 1999-09-02 by Michael Haardt <michael@moria.de>
.\" Modified 2002-01-18 by Michael Kerrisk <mtk-manpages@gmx.net>
.\" Modified 2003-01-20 by Andries Brouwer <aeb@cwi.nl>
.\"
.\" Japanese Version Copyright (c) 1997-1999 HANATAKA Shinya
.\"         all rights reserved.
.\" Translated Sun Nov 21 18:54:10 JST 1999
.\"         by HANATAKA Shinya <hanataka@abyss.rim.or.jp>
.\" Updated Fri Feb  7 JST 2003 by Kentaro Shirakata <argrath@ub32.org>
.\" Updated Sun Feb 23 JST 2003 by Kentaro Shirakata <argrath@ub32.org>
.\"
.\"WORD:	process group		ץ롼
.\"WORD:	process group ID	ץ롼ID
.\"WORD:	terminal		ü
.\"WORD:	foreground		ե
.\"WORD:	block			(block)
.\"WORD:	job control		֡ȥ
.\"
.TH SETPGID 2 2003-01-20 "Linux" "Linux Programmer's Manual"
.SH ̾
setpgid, getpgid, setpgrp, getpgrp \- ץ롼(process group)/Ԥʤ
.SH 
.B #include <unistd.h>
.sp
.BI "int setpgid(pid_t " pid ", pid_t " pgid );
.br
.BI "pid_t getpgid(pid_t " pid );
.br
.B int setpgrp(void);
.br
.B pid_t getpgrp(void);
.SH 
.B setpgid

.I pid
ǻꤷץΥץ롼ID 
.IR pgid
ꤹ롣
.I pid
ʤСƤӽФץΥץID  pid ȤƻѤ롣⤷
.I pgid
ʤС
.I pid
ǻꤵ줿ץΥץID  pgid ȤƻѤ롣
\fBsetpgid\fP ץ򤢤ץ롼פ̤Υ롼פ
ư뤿˻Ѥ(Υϥѥץ饤
ˤԤ)ξΥץ롼פƱå
ǤʤФʤʤξ \fIpgid\fP ϻä٤¸
ץ롼פꤷΥå ID ϻäץ
å ID ˰פʤФʤʤ

.B getpgid

.IR pid
ǻꤵ줿ץΥץ롼ID ֤
.I pid
ʤСƤӽФץΥץID  pid ȤƻѤ롣

.B setpgrp()
ƤӽФ
.B setpgid(0,0)
Ǥ롣

Ʊͤˡ
.B getpgrp()

.B getpgid(0)

ƥץ롼פϥåΥСǤꡢƥץ
Υץ롼פСǤ륻åΥСǤ롣

ץ롼פϥʥ䡢ü(terminal)ˤä
Ϥ׵Ĵ(arbitrate)˻Ѥ: 
üƱץ롼ID ĥץϥե
Ȥɤ߹ߤԤʤȤǤ¾Υץüɤ߹ߤ
ԤʤȤ硢ʥˤä(block)롣

Υ
.BR csh (1)
Τ褦ʥץˤäơ֡ȥ(job control)
κݤ˥ץ롼פ뤿˻Ѥ롣
.BR termios (3)
˵ҤƤ
.B TIOCGPGRP

.B TIOCSPGRP
üΥץ롼פ/ꤹΤ˻Ѥ롣

⤷åüäƤơCLOCAL ꤵƤ餺
ϥ󥰥åפ硢å󡦥꡼ SIGHUP 롣
å󡦥꡼λˤϤüΥեɤ
ץ롼פ˽°ƤΥץ SIGHUP ʥ뤬롣

ץνλˤäƥץ롼פɻˤʤäǡ
⤷˸ɻˤʤäץ롼פΥСߤȡ
˸ɻˤʤäץ롼פƤΥץ SIGHUP ʥ
³ SIGCONT ʥ뤬롣

.SH ֤
.BR setpgid "  " setpgrp
硢֤顼ξ \-1 ֤
.I errno
Ŭڤꤵ롣

.B getpgid
ץ롼פ֤
顼ξ \-1 ֤
.I errno
Ŭڤꤵ롣

.B getpgrp
Ͼ˸ߤΥץΥץ롼פ֤
.SH 顼
.TP
.B EACCES
ƤӽФץλҥץΥץ롼 ID ѹ褦Ȥ
Ǥˤλҥץ \fBexecve\fP ¹ԤƤ
(\fBsetpgid\fP, \fBsetpgrp\fP)
.TP
.B EINVAL
.I pgid
 0 꾮(\fBsetpgid\fP, \fBsetpgrp\fP)
.TP
.B EPERM
ץۤʤ륻åΥץ롼פ˰ư褦Ȥ
ޤϸƤӽФץλҥץΥץ롼 ID ѹ褦
λҥץ̤Υåä
ޤϥå꡼Υץ롼 ID ѹ褦Ȥ
(\fBsetpgid\fP, \fBsetpgrp\fP)
.TP
.B ESRCH
.BR getpgid ξ:
.I pid
ɤΥץˤפʤ
.BR setpgid ξ:
.I pid
ȥץǤϤʤȥץλҥץǤʤ
.SH 
.B setpgid 
ؿ
.B getpgrp
ؿ POSIX.1 ˽򤷤Ƥ롣
.B setpgrp
ؿ BSD 4.2 ͳ褹롣
.B getpgid 
ؿ SVr4 ˽򤷤Ƥ롣
.SH 
POSIX 
.B setpgid
 BSD 
.BR setpgrp 
ؿ餭Ƥ롣ޤ SysV ˤƱ̾δؿ뤬
.BR setsid (2)
ƱΤǤ롣
.LP
glibc ǥץȥפ뤿ˤϡ_XOPEN_SOURCE 
_XOPEN_SOURCE_EXTENDED ξȤ
뤫"#define _XOPEN_SOURCE \fIn\fP" Ѥ롣
 \fIn\fP  500 ʾǤ롣
.SH Ϣ
.BR getuid (2),
.BR setsid (2),
.BR tcgetpgrp (3),
.BR tcsetpgrp (3),
.BR termios (3)