Answers for "change or set password interactively prompt in linux"

0

change or set password interactively prompt in linux

#Eventually, I decided to rebuild my Docker images, so that I change the root password by something I will know.

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 prompt in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language