Tuesday, June 29, 2021

Linux: Unlock User

https://www.2daygeek.com/lock-unlock-disable-enable-user-account-linux/

id <username>

passwd --status <username>


passwd -u <username>

usermod --unlock <username>

No comments:

Post a Comment

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass