blob: f39ddfd0ed7209fd6f83d2af65c6be191b0acc19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!--
SPDX-FileCopyrightText: 2007 - 2008, Nicolas François
SPDX-License-Identifier: BSD-3-Clause
-->
<varlistentry>
<term><option>SYS_GID_MAX</option> (number)</term>
<term><option>SYS_GID_MIN</option> (number)</term>
<listitem>
<para>
Range of group IDs used for the creation of system groups by
<command>useradd</command>, <command>groupadd</command>, or
<command>newusers</command>.
</para>
<para>
The default value for <option>SYS_GID_MIN</option> (resp.
<option>SYS_GID_MAX</option>) is 101 (resp. <option>GID_MIN</option>-1).
</para>
</listitem>
</varlistentry>
|