To lock, you can use the follow command:
# passwd -l username (where username is the login id).
To Unlock the same account:
# passwd -u username
# passwd -l username (where username is the login id).
To Unlock the same account:
# passwd -u username
No comments:
Post a Comment