Answers for "how to add sudo password in shell script"

1

run bash script linux with sudo password

echo <password> | sudo -S <command>
Posted by: Guest on May-20-2021

Code answers related to "how to add sudo password in shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language