-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User other than root #9
Comments
|
Is there any way to directly login to non root user? |
It's simple. you need to add the login command inside eg: But I'm not sure there's a chance that if you type |
I hope you have read the help information of Try something like |
This will result in tty errors, making it impossible to use programs like emacs and breaking things all around. For example, trying to start emacs results in:
This works, but only when --termux-home is not specified. Maybe adding a flag to login that switches --root-id to --change-id=uid:gid is a better option? |
Because |
proot-distro login --user username distro example username eric, distro ubuntu-20.04 proot-distro login --user eric ubuntu-20.04 |
How to create a user other than root in proot ubuntu?
I really dont want to mess up with my installation.
The text was updated successfully, but these errors were encountered: