| « Windows: Creating an aligned GPT partition by using diskpart | HP-UX: How to unlock user account » |
Jul
16
Linux: How to lock/unclock user account
Technology, LinuxLock user ID :
# passwd -l username
Unlock user ID :
# passwd -u username
Change password:
# passwd username
Recent comments