Go to the
first
,
previous
,
next
,
last
section,
table of contents
.
setpgrp
`setpgrp(PID,PGRP)'
カレントプロセスグループを指定した値
PID
にセットし、 カレントプロセスを 0 にする。
setpgrp(2)
をインプリメントしていないマシンでは致命的エラーとなる。
Go to the
first
,
previous
,
next
,
last
section,
table of contents
.