From c6cb3aa2f176d65a5ebe77e7da82e20946188a98 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 17 May 2004 21:55:01 +0000 Subject: HEAD: Retagged the Contents of ... sections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadow.xml | 293 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 219 insertions(+), 74 deletions(-) (limited to 'chapter06/shadow.xml') diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index d8ba3bb25..04f988a99 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -140,152 +140,297 @@ any group passwords with the gpasswd command. -Contents of Shadow +Contents of Shadow -Installed programs: chage, chfn, chpasswd, chsh, -dpasswd, expiry, faillog, gpasswd, 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 - - + +Installed programs +chage, chfn, chpasswd, chsh, dpasswd, expiry, faillog, +gpasswd, 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 + -Short descriptions +Short descriptions + +chage + chage -chage is used to change the maximum number of +is used to change the maximum number of days between obligatory password changes. + + + +chfn + chfn -chfn is used to change a user's full name and -some other info. +is used to change a user's full name and some other info. + + + +chpasswd + chpasswd -chpasswd is used to update the passwords of a +is used to update the passwords of a whole series of user accounts in one go. + + + +chsh + chsh -chsh is used to change a user's default - login shell. +is used to change a user's default login shell. + + + +dpasswd + dpasswd -dpasswd is used to change dial-up passwords for -user login shells. +is used to change dial-up passwords for user login shells. + + + +expiry + expiry -expiry checks and enforces the current password -expiration policy. +checks and enforces the current password expiration policy. + + + +faillog + faillog -faillog is used to examine the log of login -failures, to set a maximum number of failures before an account is blocked, -or to reset the failure count. - +is used to examine the log of login failures, to set a maximum number of +failures before an account is blocked, or to reset the failure count. + + + + +gpasswd + gpasswd -gpasswd is used to add and delete members and -administrators to groups. +is used to add and delete members and administrators to groups. + + + +groupadd + groupadd -groupadd creates a group with the given -name. +creates a group with the given name. + + + +groupdel + groupdel -groupdel deletes the group with the given -name. +deletes the group with the given name. + + + +groupmod + groupmod -groupmod is used to modify the given group's -name or GID. +is used to modify the given group's name or GID. + + + +groups + groups -groups reports the groups of which the given -users are members. +reports the groups of which the given users are members. + + + +grpck + grpck -grpck verifies the integrity of the group files, -/etc/group and /etc/gshadow. - +verifies the integrity of the group files, /etc/group +and /etc/gshadow. + + + + +grpconv + grpconv -grpconv creates or updates the shadow group file -from the normal group file. +creates or updates the shadow group file from the normal group file. + + + +grpunconv + grpunconv -grpunconv updates /etc/group +updates /etc/group from /etc/gshadow and then deletes the latter. + + + +lastlog + lastlog -lastlog reports the most recent login of all -users, or of a given user. +reports the most recent login of all users, or of a given user. + + + +login + login -login is used by the system to let users sign on. +is used by the system to let users sign on. + + + +logoutd + logoutd -logoutd is a daemon used to enforce restrictions -on log-on time and ports. +is a daemon used to enforce restrictions on log-on time and ports. + + + +mkpasswd + mkpasswd -mkpasswd encrypts the given password using the -also given perturbation. +encrypts the given password using the also given perturbation. + + + +newgrp + newgrp -newgrp is used to change the current GID during -a login session. +is used to change the current GID during a login session. + + + +newusers + newusers -newusers is used to create or update a whole -series of user accounts in one go. +is used to create or update a whole series of user accounts in one go. + + + +passwd + passwd -passwd is used to change the password for a user -or group account. +is used to change the password for a user or group account. + + + +pwck + pwck -pwck verifies the integrity of the password files, +verifies the integrity of the password files, /etc/passwd and /etc/shadow. + + + +pwconv + pwconv -pwconv creates or updates the shadow password file +creates or updates the shadow password file from the normal password file. + + + +pwunconv + pwunconv -pwunconv updates /etc/passwd +updates /etc/passwd from /etc/shadow and then deletes the latter. + + + +sg + sg -sg executes a given command while the user's GID +executes a given command while the user's GID is set to that of the given group. + + + +useradd + useradd -useradd creates a new user with the given name, +creates a new user with the given name, or updates the default new-user information. + + + +userdel + userdel -userdel deletes the given user account. +deletes the given user account. + + + +usermod + usermod -usermod is used to modify the given user's -login name, UID (User Identification), shell, initial group, home directory, and the like. - +is used to modify the given user's login name, UID (User Identification), +shell, initial group, home directory, and the like. + + + + +vigr + vigr -vigr can be used to edit the -/etc/group or /etc/gshadow -files. - +can be used to edit the /etc/group or +/etc/gshadow files. + + + + +vipw + vipw -vipw can be used to edit the -/etc/passwd or /etc/shadow -files. - +can be used to edit the /etc/passwd or +/etc/shadow files. + + + + +libmisc + libmisc -libmisc... +... + + + +libshadow + libshadow -libshadow contains functions used by most -programs in this package. +contains functions used by most programs in this package. + + + - - -- cgit v1.2.3-54-g00ecf