Highest normal usable UID/GID is 65535, not 65536.
PR: docs/61625 Submitted by: Marian Cerny <jojo@matfyz.cz>
This commit is contained in:
parent
c71a92082c
commit
2c1066716d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19755
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@
|
|||
<term>User ID (UID)</term>
|
||||
|
||||
<listitem>
|
||||
<para>The UID is a number from 0 to 65536 used to uniquely identify
|
||||
<para>The UID is a number from 0 to 65535 used to uniquely identify
|
||||
the user to the system. Internally, FreeBSD uses the UID to
|
||||
identify users—any FreeBSD commands that allow you to
|
||||
specify a user name will convert it to the UID before working with
|
||||
|
@ -128,7 +128,7 @@
|
|||
<term>Group ID (GID)</term>
|
||||
|
||||
<listitem>
|
||||
<para>The GID is a number from 0 to 65536 used to uniquely identify
|
||||
<para>The GID is a number from 0 to 65535 used to uniquely identify
|
||||
the primary group that the user belongs to. Groups are a
|
||||
mechanism for controlling access to resources based on a user's
|
||||
GID rather than their UID. This can significantly reduce the size
|
||||
|
|
Loading…
Reference in a new issue