Changeset c9fb357


Ignore:
Timestamp:
09/24/2003 10:26:20 AM (21 years ago)
Author:
Greg Schafer <greg@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e005067
Parents:
96dfe0f5
Message:

Remove the nobody user and group.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r96dfe0f5 rc9fb357  
    346346process.</para></listitem>
    347347
    348 <listitem><para>August 31, 2003 [jeremy] - Added user nobody to
    349 passwd and group files, so coreutils tests will pass.</para></listitem>
    350 
    351348<listitem><para>August 31st, 2003 [alex]: Reworded some paragraphs, added
    352349missing markup, and rearranged the changelog.</para></listitem>
  • chapter06/pwdgroup.xml

    r96dfe0f5 rc9fb357  
    55<para>In order for <emphasis>root</emphasis> to be able to login and for the
    66name "root" to be recognized, there need to be relevant entries in the
    7 <filename>/etc/passwd</filename> and <filename>/etc/group</filename> files.
    8 Also, to support one of the coreutils tests, we will also create the user and
    9 group nobody, which is almost universally present on Linux computers.</para>
     7<filename>/etc/passwd</filename> and <filename>/etc/group</filename> files.</para>
    108
    119<para>Create the <filename>/etc/passwd</filename> file by running the following
     
    1412<para><screen><userinput>cat &gt; /etc/passwd &lt;&lt; "EOF"</userinput>
    1513root:x:0:0:root:/root:/bin/bash
    16 nobody:x:1000:1000:nobody:/:/bin/bash
    1714<userinput>EOF</userinput></screen></para>
    1815
     
    3633dialout:x:10:
    3734audio:x:11:
    38 nobody:x:1000:
    3935<userinput>EOF</userinput></screen></para>
    4036
Note: See TracChangeset for help on using the changeset viewer.