blob: b051e5fbd0466012a7f1511facb4e0bca6c8316c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!--
SPDX-FileCopyrightText: 1991 - 1993, Julianne Frances Haugh
SPDX-FileCopyrightText: 1991 - 1993, Chip Rosenthal
SPDX-FileCopyrightText: 2007 - 2008, Nicolas François
SPDX-License-Identifier: BSD-3-Clause
-->
<varlistentry>
<term><option>GID_MAX</option> (number)</term>
<term><option>GID_MIN</option> (number)</term>
<listitem>
<para>
Range of group IDs used for the creation of regular groups by
<command>useradd</command>, <command>groupadd</command>, or
<command>newusers</command>.
</para>
<para>
The default value for <option>GID_MIN</option> (resp.
<option>GID_MAX</option>) is 1000 (resp. 60000).
</para>
</listitem>
</varlistentry>
|