setpgrp(1) sunos man page | unix.com

Man Page: setpgrp

Operating Environment: sunos

Section: 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(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+
SEE ALSO
exec(2), setpgrp(2), attributes(5) SunOS 5.10 5 Jan 2000 setpgrp(1)
Related Man Pages
setpgrp(3) - linux
explain_setpgrp_or_die(3) - debian
setpgrp(2) - hpux
setpgid(2) - osf1
setpgrp(1) - sunos
Similar Topics in the Unix Linux Community
process command
Using a pipe with find .... -exec ...
The "PS" command was displaying*terminals named as "SYSCON"
Meaning of "exec 9<name" in scripts
Regarding real example of user of semicolon(;) and + in find/exec command.