Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/shadow.xml

    rec0a37e6 r69993f4  
    2323<segtitle>Shadow installation depends on</segtitle>
    2424<seglistitem><seg>Bash, Binutils, Bison, Coreutils,
    25 Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem>
     25Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem>
    2626</segmentedlist>
    2727</sect2>
     
    118118<filename>doc/HOWTO</filename> file within the unpacked source tree.
    119119If using Shadow support, keep in mind that programs which need to
    120 verify passwords (display managers, ftp programs, pop3 daemons, etc.)
    121 must be shadow-compliant That is, they need to be able to work with
     120verify passwords (display managers, FTP programs, pop3 daemons, etc.)
     121must be shadow-compliant. That is, they need to be able to work with
    122122shadowed passwords.</para>
    123123
     
    154154<segmentedlist>
    155155<segtitle>Installed programs</segtitle>
     156<segtitle>Installed libraries</segtitle>
    156157<seglistitem><seg>chage, chfn, chpasswd, chsh, expiry, faillog, gpasswd,
    157158groupadd, groupdel, groupmod, groups, grpck, grpconv, grpunconv, lastlog, login,
    158159logoutd, mkpasswd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg
    159 (link to newgrp), useradd, userdel, usermod, vigr (link to vipw) and vipw</seg>
     160(link to newgrp), useradd, userdel, usermod, vigr (link to vipw), and vipw</seg>
     161<seg>libshadow[.a,so]</seg>
    160162</seglistitem>
    161163</segmentedlist>
     
    258260<term><command>grpck</command></term>
    259261<listitem>
    260 <para>verifies the integrity of the group files, <filename>/etc/group</filename>
     262<para>verifies the integrity of the group files <filename>/etc/group</filename>
    261263<indexterm zone="ch-system-shadow grpck"><primary sortas="b-grpck">grpck</primary></indexterm>
    262264and <filename>/etc/gshadow</filename>.</para>
     
    284286<term><command>lastlog</command></term>
    285287<listitem>
    286 <para>reports the most recent login of all users, or of a given user.</para>
     288<para>reports the most recent login of all users or of a given user.</para>
    287289<indexterm zone="ch-system-shadow lastlog"><primary sortas="b-lastlog">lastlog</primary></indexterm>
    288290</listitem>
     
    340342<term><command>pwck</command></term>
    341343<listitem>
    342 <para>verifies the integrity of the password files,
     344<para>verifies the integrity of the password files
    343345<filename>/etc/passwd</filename> and <filename>/etc/shadow</filename>.</para>
    344346<indexterm zone="ch-system-shadow pwck"><primary sortas="b-pwck">pwck</primary></indexterm>
     
    393395<term><command>usermod</command></term>
    394396<listitem>
    395 <para>is used to modify the given user's login name, UID (User Identification),
     397<para>is used to modify the given user's login name, User
     398Identification (UID),
    396399shell, initial group, home directory, etc.</para>
    397400<indexterm zone="ch-system-shadow usermod"><primary sortas="b-usermod">usermod</primary></indexterm>
     
    402405<term><command>vigr</command></term>
    403406<listitem>
    404 <para>can be used to edit the <filename>/etc/group</filename> or
     407<para>edits the <filename>/etc/group</filename> or
    405408<filename>/etc/gshadow</filename> files.</para>
    406409<indexterm zone="ch-system-shadow vigr"><primary sortas="b-vigr">vigr</primary></indexterm>
     
    411414<term><command>vipw</command></term>
    412415<listitem>
    413 <para>can be used to edit the <filename>/etc/passwd</filename> or
     416<para>edits the <filename>/etc/passwd</filename> or
    414417<filename>/etc/shadow</filename> files.</para>
    415418<indexterm zone="ch-system-shadow vipw"><primary sortas="b-vipw">vipw</primary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.