| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 | <sect2><title>Short descriptions</title><para><command>chage</command> is used to change the maximum number ofdays between obligatory password changes.</para><para><command>chfn</command> is used to change a user's full name andsome other info.</para><para><command>chpasswd</command> is used to update the passwords of awhole series of user accounts in one go.</para><para><command>chsh</command> is used to change a user's default login shell.</para><para><command>dpasswd</command> is used to change dial-up passwords foruser login shells.</para><para><command>expiry</command> checks and enforces the current passwordexpiration policy.</para><para><command>faillog</command> is used to examine the log of loginfailures, to set a maximum number of failures before an account is blocked,or to reset the failure count.</para><para><command>gpasswd</command> is used to add and delete members andadministrators to groups.</para><para><command>groupadd</command> creates a group with the givenname.</para><para><command>groupdel</command> deletes the group with the givenname.</para><para><command>groupmod</command> is used to modify the given group'sname or GID.</para><para><command>groups</command> reports the groups of which the givenusers are members.</para><para><command>grpck</command> verifies the integrity of the group files,<filename>/etc/group</filename> and <filename>/etc/gshadow</filename>.</para><para><command>grpconv</command> creates or updates the shadow group filefrom the normal group file.</para><para><command>grpunconv</command> updates <filename>/etc/group</filename>from <filename>/etc/gshadow</filename> and then deletes the latter.</para><para><command>lastlog</command> reports the most recent login of allusers, or of a given user.</para><para><command>login</command> is used by the system let users sign on.</para><para><command>logoutd</command> is a daemon used to enforce restrictionson log-on time and ports.</para><para><command>mkpasswd</command> encrypts the given password using thealso given perturbation.</para><para><command>newgrp</command> is used to change the current GID duringa login session.</para><para><command>newusers</command> is used to create or update a wholeseries of user accounts in one go.</para><para><command>passwd</command> is used to change the password for a useror group account.</para><para><command>pwck</command> verifies the integrity of the password files,<filename>/etc/passwd</filename> and <filename>/etc/shadow</filename>.</para><para><command>pwconv</command> creates or updates the shadow password filefrom the normal password file.</para><para><command>pwunconv</command> updates <filename>/etc/passwd</filename>from <filename>/etc/shadow</filename> and then deletes the latter.</para><para><command>sg</command> executes a given command while the user's GIDis set to that of the given group.</para><para><command>useradd</command> creates a new user with the given name,or updates the default new-user information.</para><para><command>userdel</command> deletes the given user account.</para><para><command>usermod</command> is used to modify the given user'slogin name, UID, shell, initial group, home directory, and the like.</para><para><command>vigr</command> can be used to edit the<filename>/etc/group</filename> or <filename>/etc/gshadow</filename>files.</para><para><command>vipw</command> can be used to edit the<filename>/etc/passwd</filename> or <filename>/etc/shadow</filename>files.</para><para><command>libmisc</command>...</para><para><command>libshadow</command> contains functions used by mostprograms in this package.</para></sect2>
 |