Difference between revisions of "Passwd (command)"
Jump to navigation
Jump to search
(Created page with " <pre> passwd -u $USERNAME passwd: password expiry information changed. </pre>") |
|||
Line 1: | Line 1: | ||
− | + | :<code>[[passwd]] -l $USERNAME</code> // for disabling password login | |
+ | :<code>passwd -u $USERNAME</code> // will unlock account if needed | ||
<pre> | <pre> | ||
Line 6: | Line 7: | ||
passwd: password expiry information changed. | passwd: password expiry information changed. | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{sudo}} |
Revision as of 12:40, 26 December 2019
passwd -l $USERNAME
// for disabling password loginpasswd -u $USERNAME
// will unlock account if needed
passwd -u $USERNAME passwd: password expiry information changed.
See also
Advertising: