Linux/chpasswd

From Omnia
Revision as of 19:32, 31 May 2023 by Kenneth (talk | contribs) (Created page with " echo 'pi:newpassword' | sudo chpasswd # change user pi password to newpassword ref: linux - Change Password Programmatically - Unix & Linux Stack Exchange - https://unix.sta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
echo 'pi:newpassword' | sudo chpasswd # change user pi password to newpassword

ref: linux - Change Password Programmatically - Unix & Linux Stack Exchange - https://unix.stackexchange.com/questions/197448/change-password-programmatically