]> git.ipfire.org Git - thirdparty/util-linux.git/blob - sys-utils/setpgid.1.adoc
unshare: Support multiple ID ranges for user and group maps
[thirdparty/util-linux.git] / sys-utils / setpgid.1.adoc
1 //po4a: entry man manual
2 // Daan De Meyer <daan.j.demeyer@gmail.com>
3 // In the public domain.
4 = setpgid(1)
5 :doctype: manpage
6 :man manual: User Commands
7 :man source: util-linux {release-version}
8 :page-layout: base
9 :command: setpgid
10
11 == NAME
12
13 setpgid - run a program in a new process group
14
15 == SYNOPSIS
16
17 *setpgid* [options] _program_ [_arguments_]
18
19 == DESCRIPTION
20
21 *setpgid* runs a program in a new process group.
22
23 == OPTIONS
24
25 *-f*, *--foreground*::
26 Make the new process group the foreground process group of the controlling
27 terminal if there is a controlling terminal.
28
29 include::man-common/help-version.adoc[]
30
31 == AUTHORS
32
33 mailto:daan.j.demeyer@gmail.com[Daan De Meyer]
34
35 == SEE ALSO
36
37 *setpgid*(2)
38
39 include::man-common/bugreports.adoc[]
40
41 include::man-common/footer.adoc[]
42
43 ifdef::translation[]
44 include::man-common/translation.adoc[]
45 endif::[]