1
sesu命令提示我輸入密碼..我想將密碼傳遞給shell腳本並在我的shell腳本中登錄..是否有更好的方式在shell腳本中執行此操作?sesu - 在shell腳本中處理密碼
-bash-3.2$ sesu someusername
Please enter your password:
sesu命令提示我輸入密碼..我想將密碼傳遞給shell腳本並在我的shell腳本中登錄..是否有更好的方式在shell腳本中執行此操作?sesu - 在shell腳本中處理密碼
-bash-3.2$ sesu someusername
Please enter your password:
是工作的嗎? '(sleep 1; echo passwd)| sesu用戶名? – 2013-04-03 20:44:47
感謝您的回覆...它不起作用.. – Kittu 2013-04-04 19:40:53
可能的重複[使用Shell腳本提供密碼](http://stackoverflow.com/questions/224712/provide-password-using-shell-script) – 2015-02-04 21:43:29