Sebastian Rojas
Sebastian Rojas

Reputation: 9

Acces root user Python Anywhere bash console

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.

Upvotes: 0

Views: 436

Answers (1)

Kfir Goldfarb
Kfir Goldfarb

Reputation: 195

As mentioned in this forum: How do I get root access in bash.

You cannot access root user at pythonanywhere.

Upvotes: 1

Related Questions