svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
setpgrp(1)
setpgrp(1) User Commands setpgrp(1)
NAME
setpgrp - set process group ID
SYNOPSIS
setpgrp command [arg]...
DESCRIPTION
If the current process is not already a session leader, the setpgrp
utility sets the process group ID and session ID to the current process
ID and does an exec() of command and its argument(s), if any.
OPERANDS
The following operands are supported:
command The name of a command to be invoked.
arg An option or argument to command.
EXIT STATUS
The following exit values are returned:
1 Error executing the setpgrp utility or during exec() of command.
Otherwise, the exit status will be that of command.
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 _ Availabilitysystem/core-os
SEE ALSO
exec(2), setpgrp(2), attributes(7)
Oracle Solaris 11.4 5 Jan 2000 setpgrp(1)