mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
GID 5 (for tty) is also special
This commit is contained in:
parent
0414633793
commit
7c862eac22
@ -165,9 +165,14 @@ EOF</userinput></screen>
|
|||||||
url="http://refspecs.linuxfoundation.org/lsb.shtml"/>) only recommends that,
|
url="http://refspecs.linuxfoundation.org/lsb.shtml"/>) only recommends that,
|
||||||
besides the group <systemitem class="groupname">root</systemitem> with a
|
besides the group <systemitem class="groupname">root</systemitem> with a
|
||||||
Group ID (GID) of 0, a group <systemitem class="groupname">bin</systemitem>
|
Group ID (GID) of 0, a group <systemitem class="groupname">bin</systemitem>
|
||||||
with a GID of 1 be present. All other group names and GIDs can be chosen
|
with a GID of 1 be present. The GID of 5 is widely used for
|
||||||
freely by the system administrator since well-written programs do not depend
|
<systemitem class="groupname">tty</systemitem> group, and the number 5 is
|
||||||
on GID numbers, but rather use the group's name.</para>
|
also used in <phrase revision="systemd">systemd</phrase>
|
||||||
|
<phrase revision="sysv"><filename>/etc/fstab</filename></phrase> for the
|
||||||
|
<systemitem class="filesystem">devpts</systemitem> filesystem.
|
||||||
|
All other group names and GIDs can be chosen freely by the system
|
||||||
|
administrator since well-written programs do not depend on GID numbers,
|
||||||
|
but rather use the group's name.</para>
|
||||||
|
|
||||||
<para>The ID 65534 is used by the kernel for NFS and separate user
|
<para>The ID 65534 is used by the kernel for NFS and separate user
|
||||||
namespaces for unmapped users and groups (those exist on the NFS server
|
namespaces for unmapped users and groups (those exist on the NFS server
|
||||||
|
Loading…
Reference in New Issue
Block a user