Answers for "To change password in linux"

5

linux change user password

passwd $user
Posted by: Guest on August-03-2020
6

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
Posted by: Guest on May-29-2020
0

To change password in linux

#To change password in linux
#Log in to the user and Type the following command.
passwd
Posted by: Guest on April-19-2021

Code answers related to "To change password in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language