I need to automate password changes and thus be able to issue a single command without user intervention to change passwords. Problem is the passwd and pwdadm commands are interactive. I thought this would do it:
echo "mypass\nnewpass\nnewpass\n" | pwdadm user
It didn't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.