From 19c068f4a35499c6cb641a877904efae6113a4f2 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 3 Jun 2002 11:27:43 +0000 Subject: applied Alex's small-edits.patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1961 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/shadowpwd-desc.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'appendixa/shadowpwd-desc.xml') diff --git a/appendixa/shadowpwd-desc.xml b/appendixa/shadowpwd-desc.xml index 41acee519..48dc67b9d 100644 --- a/appendixa/shadowpwd-desc.xml +++ b/appendixa/shadowpwd-desc.xml @@ -14,8 +14,9 @@ vipw the last password change. chfn -chfn changes user full name, office number, office extension, and home -phone number information for a user's account. +chfn changes a user's full name and other information +(office room number, office phone number, and +home phone number). chpasswd chpasswd reads a file of user name and password pairs from standard @@ -93,18 +94,19 @@ users. passwd changes passwords for user and group accounts. pwck -pwck verifies the integrity of the system authentication -information. +pwck verifies the integrity of the password files. pwconv -pwconv converts to shadow passwd files from normal passwd -files. +pwconv converts the normal password file +to a shadowed password file. pwunconv -pwunconv converts from shadow passwd files to normal files. +pwunconv converts a shadowed password file +to a normal password file. sg -sg executes command as a different group ID. +sg sets the user's GID to that of the given group, or executes a +given command as member of the given group. su su changes the effective user and group IDs to that of a given user. -- cgit v1.2.3-54-g00ecf