將用戶升級為超級用戶透過 bash 給出錯誤

將用戶升級為超級用戶透過 bash 給出錯誤

我在 Azure 上有 Ubuntu VM。我正在 Azure 上安裝 OpenEdx。我正在使用 bash 來運行命令。我有 ssh 到虛擬機器。我想將用戶升級為超級用戶。

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

但因為權限被拒絕而出錯。我也嘗試過刪除電子郵件地址後的內容。但不執行。請告訴我。如果您有任何疑問,請寫信。

相關內容