在Termux中模拟root
步骤很简单:
- 安装 proot 包 - pkg install proot 
- 运行 termux-chroot 命令 - termux-chroot [command] - termux-chroot会通过chroot技术模拟出一个root环境来,然后就能像普通Linux那样使用了。
=============>DarkSun的个人博客
步骤很简单:
安装 proot 包
pkg install proot
运行 termux-chroot 命令
termux-chroot [command]
termux-chroot 会通过chroot技术模拟出一个root环境来,然后就能像普通Linux那样使用了。