HOW TO ACCESS ROOT IN TERMUX WITHOUT ROOT ?




Open termux in your android type  apt update && apt upgradeNow Install wget type: apt install wget -y



Now install proot: apt install proot -y



Install git: apt install git -yNow install git clone https://github.com/MFDGaming/ubuntu-in-termux.git



Now type cd ubuntu-in-termuxNow type chmod +x *



Run the script: ./ubuntu.sh -yNow just start ubuntu: ./startubuntu.sh



Now you can see root@localhost has been appeared







Enjoy! Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...