将用户升级为超级用户时,bash 出现错误

将用户升级为超级用户时,bash 出现错误

我在 Azure 上有 Ubuntu VM。我正在 Azure 上安装 OpenEdx。我使用 bash 运行命令。我已通过 ssh 连接到 VM。我想将用户升级为超级用户。以下是要求我遵循的命令:

sudo su -s /bin/bash edxapp> cd>/edx/bin/python.edxapp /edx/bin/manage.edxapp lms manage_user staff [email protected] --staff --superuser --settings=aws

我已使用正确的用户名和电子邮件对其进行了更新。我还用 Azure 替换了 aws,因为我在 Azure 上工作,而不是在 aws 上工作。下面是我的命令。

sudo su -s /bin/bash edxapp> cd> /edx/bin/python.edxapp /edx/bin/manage.edxapp lms manage_user Chandrashekhar [email protected] --staff--superuser --settings=azure

但它给出了错误,因为权限被拒绝。有人能告诉我这个命令出了什么问题吗?我也尝试过删除电子邮件地址后的内容。但没有执行。请告诉我。如果您有任何问题,请写信给我。

相关内容