英文:
Acces root user Python Anywhere bash console
问题
我怎样在Python中随处访问超级用户?我尝试在Bash控制台中使用"sudo su",但它不允许我。
我希望能够访问根用户以配置用户、文件夹和组的安全性。
英文:
How can I access super user in python anywhere? I've tried sudo su in the bash console but it won't let me.
I expect to be able to access the root user to configure security for users, folders and groups.
答案1
得分: 1
如在此论坛中提到的: 如何在bash中获取root访问权限。
您无法在pythonanywhere
上访问root用户。
英文:
As mentioned in this forum: How do I get root access in bash.
You cannot access root user at pythonanywhere
.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论