diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-01 20:56:00 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-01 20:56:00 +0000 |
commit | d001e2b771e78c4c7ab2ec528c868f681ea7d3c5 (patch) | |
tree | ce6e25094bda876dbe3446c1cfecd3076b50511f /chapter06/pwdgroup.xml | |
parent | fde4f7de29feb3a867ab572415c2eb7722d3d880 (diff) |
Further fine-tuning to the changes made in r6249.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pwdgroup.xml')
-rw-r--r-- | chapter06/pwdgroup.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index cc7452d90..f104fce62 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -50,14 +50,15 @@ utmp:x:13: usb:x:14:</literal> EOF</userinput></screen> -<para>The created groups are not part of any standard—they are some of the -groups that the Udev configuration will use in the next section. The Linux -Standard Base (LSB, available at <ulink url="http://www.linuxbase.org"/>) -recommends only that, besides the group <quote>root</quote> with a Group ID -(GID) of 0, a group <quote>bin</quote> with a GID of 1 be present. All other -group names and GIDs can be chosen freely by the system administrator since -well-written packages do not depend on GID numbers, but rather use the group's -name.</para> +<para>The created groups are not part of any standard—they are groups +decided on in part by the requirements of the Udev configuration in the next +section, and in part by common convention employed by a number of existing Linux +distributions. The Linux Standard Base (LSB, available at <ulink +url="http://www.linuxbase.org"/>) recommends only that, besides the group +<quote>root</quote> with a Group ID (GID) of 0, a group <quote>bin</quote> with +a GID of 1 be present. 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>To remove the <quote>I have no name!</quote> prompt, start a new shell. Since a full Glibc was installed in <xref |