如何更改默认密码?

如何更改默认密码?

我正在尝试遵循此处的说明:

http://wiki.bitnami.com/Amazon_cloud/Where_can_I_find_my_AWS_Marketplace_credentials%253f

它说要做以下事情:

以下方法仅适用于您的应用程序的管理员用户。请将“your_application”字符串替换为您所使用的应用程序的名称,将“mypassword”字符串替换为您要用于该应用程序的密码。

$ cd /opt/bitnami/apps/your_application
$ sudo ./bnconfig --userpassword mypassword

因此当我输入 ABC 来设置我的新密码 ABC 时(ABC 是一个示例密码):

$ sudo ./bnconfig --userpassword ABC

我收到以下错误:

错误:出现错误。

没有为选项 --userpassword 提供值

使用 --help 获取有效选项列表....$

当我输入:

$--userpassword --help 

我得到:

--userpassword: command not found

答案1

如果是这种情况,请尝试输入sudo ./bnconfig --userpassword username pass替换username用户名(如果有)和pass您一直尝试的密码。

相关内容