1. 程式人生 > >shell指令碼中自動輸入密碼

shell指令碼中自動輸入密碼

在shell指令碼中需要用root用的來執行指令:
sudo 自動輸入密碼

echo "password" | sudo -S netstat -tlnp

       -S          
The -S (stdin) option causes sudo to read the password from the standard input instead of the terminal device.