change linux user password
#if you dont't have your root password => then don't use sudo command
# passwd <username>
Current password:
New password:
Retype new password:
passwd: password updated successfully
change linux user password
#if you dont't have your root password => then don't use sudo command
# passwd <username>
Current password:
New password:
Retype new password:
passwd: password updated successfully
linux change password chpasswd
# Chpasswd command is very simple to use
[ root@myhost ~ ] # echo "tom:1234" | chpasswd
# Using the passwd command, you can also change the password in a batch like mode
[ root@myhost ~ ] # echo "1234" | passwd --stdin "tom"
Changing password for user tom.
passwd: All authentication tokens Updated successfully.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us