passwd [-g] [-r|R] group passwd [-x max] [-n min] [-w warn] [-i inact] name passwd {-l|-u} name |
passwd changes passwords for user and group accounts. A normal user may only change the password for their own account, the super user may change the password for any account. The administrator of a group may change the password for the group. passwd also changes password expiry dates and intervals.
changes the password for the named group.
combines with -g to remove the current password from the named group.
combines with -g to restrict the named group for all users.
sets the maximum number of days a password remains valid.
sets the minimum number of days before a password may be changed.
sets the number of days warning the user will receive before their password will expire.
disables an account after the password has been expired for the given number of days.
disables an account by changing the password to a value which matches no possible encrypted value.
re-enables an account by changing the password back to its previous value.