diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-24 15:53:59 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-24 15:53:59 +0000 |
commit | 96df90553bbf7fee17d0ee64d6acdafe9910e3c7 (patch) | |
tree | c956c6467dcc11fda210d3fd46b1b16401d0e9cd /appendixa/shadowpwd-desc.xml | |
parent | 72cdfce8dda6bdce962d13abe68e305425ec6421 (diff) |
Shadow, Util-linux, LFS-Bootscripts: Updated package contents.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/shadowpwd-desc.xml')
-rw-r--r-- | appendixa/shadowpwd-desc.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/appendixa/shadowpwd-desc.xml b/appendixa/shadowpwd-desc.xml index caad129bc..9f289fa82 100644 --- a/appendixa/shadowpwd-desc.xml +++ b/appendixa/shadowpwd-desc.xml @@ -4,9 +4,9 @@ <sect3><title>Program Files</title> <para>chage, chfn, chpasswd, chsh, dpasswd, expiry, faillog, gpasswd, -groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login, -logoutd, mkpasswd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg -(link to newgrp), su, useradd, userdel, usermod, vigr (link to vipw) and +groupadd, groupdel, groupmod, groups, grpck, grpconv, grpunconv, lastlog, +login, logoutd, mkpasswd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, +sg (link to newgrp), useradd, userdel, usermod, vigr (link to vipw) and vipw</para></sect3> <sect3><title>Descriptions</title> @@ -55,6 +55,9 @@ entries that refer to group.</para></sect4> <para>The groupmod command modifies the system account files to reflect the changes that are specified on the command line.</para></sect4> +<sect4><title>groups</title> +<para>groups prints the groups which a user is in.</para></sect4> + <sect4><title>grpck</title> <para>grpck verifies the integrity of the system authentication information.</para></sect4> @@ -110,11 +113,6 @@ to a normal password file.</para></sect4> <para>sg sets the user's GID to that of the given group, or executes a given command as member of the given group.</para></sect4> -<sect4><title>su</title> -<para>su changes the effective user and group IDs to that of a given user. -(This program replaces the su program installed from the -Sh-utils package.)</para></sect4> - <sect4><title>useradd</title> <para>useradd creates a new user or update default new user information.</para></sect4> @@ -135,10 +133,13 @@ those files, /etc/shadow and /etc/gshadow, respectively.</para></sect4> </sect3> <sect3><title>Library Files</title> -<para>libshadow.[a,so]</para></sect3> +<para>libmisc.[a,so], libshadow.[a,so]</para></sect3> <sect3><title>Descriptions</title> +<sect4><title>libmisc</title> +<para>No description is currently available.</para></sect4> + <sect4><title>libshadow</title> <para>libshadow provides common functionality for the shadow programs.</para></sect4> @@ -146,4 +147,3 @@ programs.</para></sect4> </sect3> </sect2> - |