sesu - 在shell脚本中处理密码

时间:2013-04-03 20:42:35

标签: shell unix

sesu命令提示我输入密码..我想将密码传递给shell脚本并在我的shell脚本中登录..是否有更好的方法在shell脚本中执行此操作?

-bash-3.2$ sesu someusername
Please enter your password:

1 个答案:

答案 0 :(得分:0)

也许这会起作用

echo password | sesu someusername