KYIT

How to modify a user on Linux

Lock a user's password

usermod -L kyit
done!!!

Unlock a user's password

usermod -U kyit
done!!!