Answers for "change or set password interactively in linux"

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
0

change or set password interactively in linux

#change the root password 

RUN echo 'root:Docker!' | chpasswd
#or
RUN echo 'Docker!' | passwd --stdin root
Posted by: Guest on October-22-2021

Code answers related to "change or set password interactively in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language