Automate your work with simple Shell Script
Shell Script to run root with password in one small script line? Please check this script, it will help you to run commands directly. Sometime it becomes every important to run commands direclty with root user. #!/bin/sh passwd=”enter your password here” echo “enter command to run with root” read command echo $passwd | sudo -S […]
Automate your work with simple Shell Script Read More »