non-interactive password change Get link Facebook X Pinterest Email Other Apps February 18, 2021 type (in BASH):echo -e "new_password \n new_password" | (passwd --stdin $USER)note the spaces around \n are there for readability, do not put them in. Get link Facebook X Pinterest Email Other Apps