termux / proot

An chroot-like implementation using ptrace.
https://wiki.termux.com/wiki/PRoot
Other
774 stars 160 forks source link

Create a new user #287

Closed GergesShamon closed 1 year ago

GergesShamon commented 1 year ago

Use proot with command -0 I would like to create a new user in a virtual system, but my phone is not rooted.

virtual system: alpine linux armhf Android:12 Samsung M11

sylirre commented 1 year ago

Just use standard commands to create user, e.g. useradd -U -m username (run it in a virtual system)

No special support from PRoot required.