To unlock a user account in Linux, you can use the passwd command with the -u option. Here's the command:
sudo passwd -u username
Replace username with the actual username of the account you want to unlock.
This command will unlock the specified user account, allowing them to log in again.
If you want to practice user management, consider exploring relevant labs on LabEx!
