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