Expire password in Linux

If you need to force a user to change password at next login, simply use:

# chage -d 0 <userid>

Leave a Reply