Answers for "how to change webmin password from command line"

0

how to change webmin password from command line

#For RHEL/CentOS:
sudo /usr/libexec/webmin/changepass.pl /etc/webmin username NEWPASSWORD

#For Debian/Ubuntu
sudo /usr/share/webmin/changepass.pl /etc/webmin username NEWPASSWORD
Posted by: Guest on August-09-2021

Code answers related to "how to change webmin password from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language