Solaris 11 表达和间接

发布于 2024-11-19 17:57:17 字数 282 浏览 6 评论 0原文

我正在尝试在 Solaris 11 Express 中使用 bash 间接更改用户的密码。我使用的代码是

$ passwd testuser << MARKER
> testpassword
> testpassword
> MARKER

当我运行此代码时,控制台上仍然提示我输入密码。相同的代码适用于 Ubuntu 10.04。

我尝试在 bash、sh 中运行相同的操作,得到相同的结果。我需要做一些 Solaris 特有的事情吗?

I am trying to use bash indirection in Solaris 11 express to change the password for a user. The code I am using is

$ passwd testuser << MARKER
> testpassword
> testpassword
> MARKER

When I run this, I still get prompted for a password on the console. The same code works on Ubuntu 10.04.

I tried to run the same thing in bash, sh with same results. Is there something Solaris specific that I need to be doing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日 2024-11-26 17:57:17

您需要使用 expect

You need to use expect like this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文