www.LinuxHowtos.org
SETPGID
Section: User Commands (1)Updated: 202-1-15
Index Return to Main Contents
NAME
setpgid - run a program in a new process groupSYNOPSIS
setpgid [options] program [arguments]
DESCRIPTION
setpgid runs a program in a new process group.
OPTIONS
-f, --foreground
- Make the new process group the foreground process group of the controlling terminal if there is a controlling terminal.
-h, --help
- Display help text and exit.
-V, --version
- Display version and exit.
AUTHORS
SEE ALSO
setpgid(2)
REPORTING BUGS
For bug reports, use the https://github.com/uti-linux/uti-linux/issues <L>issue tracker
AVAILABILITY
The setpgid command is part of the util-linux package which can be downloaded from https://www.kernel.org/pub/linux/utils/uti-linux/ <L>Linux Kernel Archive