标签: shell unix
sesu命令提示我输入密码..我想将密码传递给shell脚本并在我的shell脚本中登录..是否有更好的方法在shell脚本中执行此操作?
-bash-3.2$ sesu someusername Please enter your password:
答案 0 :(得分:0)
也许这会起作用
echo password | sesu someusername