To unlock a user account that has been locked on linux, you can use the passwd command.
The command is,
sudo passwd -u usernameFor example, to unlock the user 'linda', so 'linda' can login to the system again,
sudo passwd -u lindaUnlocking password for user linda. passwd: Success
Now you can try to login as 'linda' and you will see that login is working again.
No comments:
Post a Comment