pwd change linux code example
Example 1: linux change user password
passwd $user
Example 2: how to change password in linux
# sudo passwd <username>
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
passwd $user
# sudo passwd <username>
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully