Source(s)
yes newpassword | passwd someuser
if using bash, then chpasswd
is also an option
echo "someuser:newpassword" | chpasswd
Source(s)
yes newpassword | passwd someuser
if using bash, then chpasswd
is also an option
echo "someuser:newpassword" | chpasswd