linux force user to change password code example
Example 1: linux change user password
passwd $user
Example 2: To change password in linux
#To change password in linux
#Log in to the user and Type the following command.
passwd
passwd $user
#To change password in linux
#Log in to the user and Type the following command.
passwd