There are numerous applications and hacking apparatuses accessible for Android telephones, so we can introduce Kali Linux on them, yet it will take some time and exertion.
⚠️I don't instruct hcaking/breaking whether or not mentioned. Recall !! Hacking without consent is unlawful and can get you imprisoned. The above device ought to be utilized uniquely to test/review the framework to observe security openings/bugs/weaknesses and fix it to further develop the security framework not to be utilized to harm or taking advantage of the framework for its own advantage.
How does it work
The terminal emulator is a software that uses system call execve to execute a command line program and redirects standard input, output, and error streams to the display.
Most terminal programs for Android OS function with a small collection of utilities that are usually offered by the operating system or other rooting tools like Magisk. We’ve decided to take things a step further and port common software found on GNU/Linux PCs to Android OS.
Termux is not a virtual machine, nor is it an emulated or simulated environment of any kind. All of the offered packages have been cross-compiled using the Android NDK and just require compatibility updates to run on Android. Because Termux does not have full access to the operating system’s file systems, it cannot install package files in standard folders like /bin, /etc, /usr, or /var. Instead, all files are placed in the private application directory, which can be found at
/data/data/com.termux/files/usr
That directory is known as “prefix” and is commonly referred to as “$PREFIX,” which is also a Termux shell exported environment variable. This directory cannot be modified or transferred to an SD-Card for the following reasons:
- The file system must have support for unix permissions and special files such as symlinks or sockets.
- The prefix path is hardcoded into all binaries.
In addition to prefix, users can store files in the home directory (or “$HOME”) available at
/data/data/com.termux/files/home
However, the file system is not the only difference from the traditional Linux distributions.
WHAT ARE THE USES OF TERMUX?
It depends on you!!
Yes!! You can use it as needed. It can be used for,
- Programming in a development environment
- Hacking
- Web development
- Learning the basics of Linux CLI (command line interface)
- Manage and edit files with nano, vim, and emacs
- Develop C with clang
- Check out and install git projects, and text-based games
Okay, Guys Without wasting your valuable time am going to present you the Termux Commands list in a simple & short way, I was planned to create a Termux commands list pdf, due to lack of time, am posting the commands directly on this post.
What are Termux Commands?
in simple words, Termux Commands are the terminal commands, which is executed to perform a particular task. These commands are similar to Linux Commands.
Termux Commands List
Termux Most Hacking Commands – Hacking With Android Phone – All Termux Hacking CommandsTermux Commands Basics to Advanced- Android Hacking Commands,
COMMANDS | USAGE |
---|---|
cp -v | used to prints informative massage |
cp -r | used to copy any directory |
mv -u | update-move when source is newer than destination |
mv -v | to move any directory |
ls -n | to display UID and GID directory |
ls –version | to check the version of ls command |
cd — | show last working directory from where we moved |
ls -l | show file action like – modified, date and time, owner of file, permissions Etc. |
ls help | show display how to use “ls” command |
cp -n | no file overwrite |
cd ~ | move to users home directory from anywhere |
mv [file1 name] [new file2 name] | move or rename two file at a time |
cd – | move one directory back from current location |
mv [file name] | move any file and folder |
ls | list directory |
ls -a | list all files including hidden files |
pwd | it show your current working directory |
mv -i | interactive prompt before overwrit |
wget [url] | install tool , apt install wget |
git clone [url] | install any tools with git clone, apt install git |
ls -al | formatted listing with hidden files |
mv -f | force move by overwriting destination files without prompt |
ls -i | Display number of file or directory |
cp | copy any file |
cd / | change to root directory |
cd | change directory |
cd .. | change current directory to parent directory |
curl -O [url] | apt install curl |
rm | remove or delete files |
rm [filename] | remove any text files |
rmdir [dir name] | remove any directory |
rm -rf | force remove a directory or a folder |
rm -r [name] | delete a directory called name |
apt remove [package name] | uninstall / remove a package |
touch [file name] | create new file |
mkdir [name] | create a directory or folder |
more [file name] | output the contents of file |
head [file name] | output the first 10 line of file |
tail -f [file name] | output the contents of file as it grows |
apt install zip | install zip file tool |
zip name.zip [file] | compress file using this commands |
unzip [zip file] | to unzip file |
ftp | launch ftp client from terminal |
-p | use passive mode |
bye | terminate current ftp session, exit |
ascii | set file transfer to ascii protocols |
bell | bell sound after each command |
status | shows current status about ftp server |
open host | open a connection to remote host |
remotehelp [cmdname] | request help from ftp server |
account [password] | supply a password required by remote |
uname -m | used to find the architecture of your device |
du | display directory space usage |
df | display disk usages |
cal | show display calendar |
w | show display who is currently online |
cat /proc/meminfo | show memory related information |
cat /proc/cpuinfo | show cpu information |
whoami | show your login name |
fingure username | shows information about user |
date | show the current date and time |
uptime | show the system current uptime |
man command | show manual a command |
free | display memory and swap usage |
kill | send signal to process |
kill- l | list all of the signal that are possible to send with kill |
lspci | show PCI devices |
lsusb | show usb devices |
apt search [qurey] pkg search [qurey] |
find a package |
locate [file] | find all files with filename |
locate [query] | find all path names contains a pharse |
whereis [command] | find location binary /source/man file for a command |
which [command] | find of an executable |
grep pattern [files] | searching for pattern in files |
grep -r pattern files | searching for certain pattern in files |
command | grep pattern | search for pattern in the output of command |
find / -atime40 | to find all the files, which are accessed 40 days back |
find / -cmin -60 | find change files in last 1 hour |
find / -type d -name mll | find all directories whose name is mll in directory |
find . -type f -perm 0777 -print | find all tghe files, whose permission are 777 |
ifconfig | shows all configuration a network interface like ip, mac |
ifconfig eth0 | used view the network setting on the interface eth0 |
ifconfig wlan0 | view the network setting on wlan0 |
ping [host] | to ping host ip and show results |
arp | check network card & show ip adress |
host | display specific server |
netstat | review network connection |
nslookup | find out DNS related query |
tracerout ipadress | display number of hops & respone time to get to a remote system and website |
whois domain | get whois information of domain |
telnet [ip address [post] | telnet connection |
dig domain | get DNS information of domain |
scp | copies file, over a source |
uname -a | used to display kernal information |
whereis app | shows possible location for an app |
nano [file name] | display and edit text files |
apt show | view package information |
append [local-file] remote file | append a local file to one on the remote |
$ | execute a macro |
That’s all you will be able to use sqlmap on your Mobile
We have presented some information gathering and Vulnerability scanning Tools and Told you How To Install Them in Termux
You can Install and Use The Hacking Tools written in php, python or any other programming language.
Termux Function
The principle reason for Termux is to permit you to get to the Linux
shell on your Android telephone; in any case, it likewise imitates the
Debian Linux climate, giving you the feeling that you are utilizing a
Debian Linux shell.
Linux shell got to from Termux can be utilized
for quite some time contingent upon the necessities and abilities of its
clients, for instance by software engineers/designers utilized as a
climate to test applications that are being created while by security
specialists can be utilized as stages or apparatuses and hacking devices
that are entirely compact.
Access Android Shell
Termux is one of the terminal emulator applications, the main function of
Termux is to provide a text-based interface (command-line interface) to
access the Android Linux shell from a graphical user interface.
What makes Termux unique is that it creates methods for installing and
running ordinary Linux apps on Android, as well as hosting its own
software repository.
Development and experiment Environments
Termux is commonly used by application developers during the development
process and to test their applications. Because Termux gives developers
access to the Android shell, it will be easier for them to troubleshoot
and locate the source of faults in the apps they try.
To
support the software developer TERMUX has provided many compilers such as
Clang, Rust, Go, etc, and Interpreters such as Bash, Perl, Python, etc.
You can check the Termux development environment Wiki
Hacking tools
Previously, if you wanted to hack, you needed a laptop with a Linux operating system installed. Now, thanks to Termux, you can use your phone as a hacking weapon because Android is one of the Linux variations.
Termux provides software repositories, and there are already tools for hacking that you can use to facilitate testing/auditing of security systems such as hydra, Nmap, Metasploit, net hunter times, etc.
How to install Termux on Android

Installation of Termux is very easy and the same as you install the android application in general.
- open the google play store
- type the keyword “Termux” in the search box and press search
- after finding Termux tap on the install button
- wait for the installation process to finish
- after the installation process is complete you should find the TERMUX launcher on your home screen, just tap to open TERMUX on your android
After successfully installing the Termux, you should run the
command apt update so that the database/list of
packages on your cellphone is updated and matched to that of the Termux
repository server and run the command apt upgrade to upgrade the package in your Termux.
If you face any problem in installing and configuring Termux. Then you
can watch this video about how to install and configure Termux.
Accessing and managing files in termux
To manage and access files in termux then you must type below command
termux-setup-storage
To access a directory cd command is used
The termux default directory is located at /data/data/com.termux/
You can access it anytime by typing cd $home
ls Command is used to see the list of sub directories
To access your internal sdcard you have to type cd /sdcard && ls
To Access your External Sdcard the same command is used cd /sdcard0/ && ls
To Remove/delete an empty Directory or a file, use this command: rm -rf filename
Where filename belongs to the name of the file or
directory
Similarly, you can use rm-r filename
To Make a Directory mkdir Command is used
Eg: mkdir Hello
Where Hello Belongs to a Directory Name
For Copying files from one directory to another, cp Command is used
eg: cp /path/file /path
Similarly for moving files mv Command is used
Termux also Supports zipping and Unzipping of Zip files
For that zip , unzip Commands are used
How to install applications in Termux
Termux has been updated to allow you to install a variety of Linux programs on your Android phone; applications that can be installed using Termux are listed in the Termux software repository online.The APT package manager allows you to simply search for, download, and install the packages (the word for programs in Linux) that you require.
APT is a package manager that is used by Debian and its distributions to manage packages.
Termux Repository Software
Unlike Windows, Linux applications (packages) are distributed centrally
through a special server (software repository) that is managed and
overseen by a community or official organization such as the TERMUX
team.
From the repository software server, you can search,
download, and install the application packages that you need without the
hassle of looking around.
Official Repository: For a repository (package/application) to be categorized and included in the Official repository, the repository must provide a “build script” for cross-compilation purposes so that packages can be compiled on all supported devices.
All repositories with build scripts on the github.com/termux repo are
managed and verified by signature by an officer on the Termux team.
There is also a community repository, which is a repository created by
individuals, in addition to the official repository controlled by the
TERMUX team.
Community Repository: In addition to the Official
repository / official repository managed by the TERMUX team, there is also
a community repository which is a repository made by individuals.
You can even create and manage it if you are a developer and want to distribute the application/package that you made to the world, the concept is the same as PPA on Ubuntu Linux.
After you’ve finished developing the app, you can package it as a repository and host it on Github using termux-apt-repo from the command line.
It’s important to know that Github has a limit of 100MB per file and if your repository exceeds 1GB, you will be reprimanded by GitHub to reduce the repository size.
So if you have a very large package you should use a different hosting and select hosting according to the type of file, for example, video files can be hosted on youtube.com
How to hack using Termux
Termux can be used for a variety of uses, including hacking. By installing Termux, you can convert your Android phone into a sophisticated hacking tool, including hacking tools that are often used by ethical hackers (professional penetration testers).
I have listed some main tools which are used for hacking and penetration testing. You can install these tools on Termux:
- Metasploit Framework: Metasploit is a very popular hacking tool, with this tool you can create, test, and run an exploit to exploit vulnerabilities on a system as an entry point to take over the system.
- Wireshark: Wireshark is a tool for studying packets in a network. This application is often used for network analysis, network troubleshooting, software development, and communication protocol development, as well as teaching and learning tools. You may use Termux to install the Wireshark program on your Android phone for hacking purposes, and this tool will provide you a lot of information about the network you want to infiltrate.
- Nmap: Nmap is a network scanner tool that is used to locate computers and services on a computer network, as well as to send and analyze packets. Nmap has a number of features for probing computer networks, including the ability to locate hosts and services as well as determine the operating system being used. If you want to scan the network and discover who is on the same network as you or get information from a host computer, hurry up and install Nmap on your Android phone.
- Other tools: there are hundreds or even thousands of tools that are made for specific purposes when hacking, so you can find them yourself on the internet hacking tool that suits your needs.
How To Use Hacking Tools in Termux
Firstly Download and Install Termux App On your Mobile from Play store
It doesn’t Matter your mobile is Rooted or Non Rooted
After Downloading Open Termux
Now Type
apt update && apt upgrade
And hit Enter
Now Type
termux-setup-storage
Now You are Ready To install useful packages and hacking Tools on your Mobile, we are sharing some of the tools with their installation and simple commands in termux.
How To Install NMAP tool in Termux

In Termux you can Use git to directly cloning files from guthub or you can manually download files to your sdcard and Use.
In Termux you can Use git to directly cloning files from guthub or you can manually download files to your sdcard and Use
Nmap is a Information Gathering and Vulnerability Scanner Tool , to install nmap in termux type below command
pkg install nmap
After that it will take few minutes to install after installation you can use nmap on termux by typing nmap in termux
You can use nmap in termux for scanning targets on your mobile and also for basic attacks.
How To Install RED_HAWK Tool in Termux

As you know RED_HAWK is a good Information Gathering Tool written in Php.
Red Hawk is used for Website Information Gathering such as who is Lookup , Reverse IP Lookup , xss, sqli scanning etc
To install RED_HAWK follow below steps
To use Red Hawk you Need Php environment so type below command
Pkg install php
During installation you will be asked : termux will use some space on your device just simply type y for Yes.
After type
pkg install git
git is used to directly cloning files from github or you can download scripts, tools from github or other sources and use
Then type the command in termux
git clone https://github.com/Tuhinshubhra/RED_HAWK.git
After success response
Find the Directory of RED_HAWK
type cd
Then type ls
Type in Termux
Chmod +x RED_HAWK
After
type
cd RED_HAWK
Now Type ls
Then again type chmod +x rhawk.php
Finally type this command in Termux to use
php rhawk.php
That’s all Now You are able To use RED HAWK in your Mobile.
How to Install Onex in Termux
“onex a hacking tools library.” Onex is a kali linux hacking tools installer for termux and other
linux distribution. It’s package manager for hacker’s. onex manage large
number’s of hacking tools that can be installed on single click. Using
onex, you can install all hacking tools in Termux and other Linux based
distributions. onex can install more than 370+ kali linux hacking tools. use onex install [tool_name]
command
to install any hacking tool.
apt update
apt install git
git clone https://github.com/rajkumardusad/onex.git
chmod +x onex/install
sh onex/install if not work than use ./onex/install
How to use :-
-
onex install [tool_name]
install any tool. -
onex -i [tool_name]
install any tool. -
onex search [tool_name]
search any tool. -
onex -s [tool_name]
search any tool. -
onex list
list all tools. -
onex help
get help. -
onex -h
get help.
Backup and restore Termux
After all this time learning Termux and working with Termux on Android, such as installing, testing, and setting up numerous Termux applications, you don’t want all your hard work to be lost due to a Termux application bug or damage to your Android phone.
Why should you Backup Termux
To overcome and prevent this bad thing from happening, Termux has provided an application/package restic that you can install and use to backup or restore the backup results.
It is recommended to store the backup file to an external device such as an SD Card or an OTG Flashdisk, because if you save it to your cellphone’s internal memory, your phone will be damaged, and there will be no way to retrieve the backup file and test it.
FIX storage permission denied Termux
Because Teermux does not have permission to access storage, you will almost certainly get the error “storage permission denied” when learning Termux for the first time (internal and external storage).
To overcome this, make sure your Termux has been given
permission/permission to access SDCard / storage.
If you have not run the command, Termux-setup-storage select allow/allow if a dialog popup appears.
Or you can go to the settings menu on your android> application
/ apps> termux> permissions> slide / check on storage
How to backup Termux
To be able to backup Termux easily and safely you should use the restic application, if not you can install it first with the command pkg install restic
- Create a directory to store backups on the Sdcard with the command mkdir -p /sdcard/termux-backups
- Make the local directory that you have created a local repository with the command restic init -r /sdcard/termux-backups.
In this process, you will be asked to create a password (after making it until you forget or your backup results cannot be used)
- Start the backup process by typing the command restic backup -r /sdcard/termux-backups –tag termux $PREFIX.
- Restic applies a single incremental backup method, so even if you back up many times the result there is only 1 backup file with a change in size according to the number of packages in your Termux.
As a result, we don’t have to be worried about going out of storage space due to frequent backups. Simply execute restic backup -r /sdcard/termux-backups —tag termux $PREFIX to restart the backup.
How to restore Termux
What is the best way to restore the following? Termux assumes the backup file is at “/ sdcard / termux-backups”; if the backup file is in a different directory, you can change the instructions you’ll run.
If you haven’t already, make sure you’ve installed the Restic application by using the pkg install unstable-repo last command pkg install restic.
Because we will delete the original environment and replace it with a backup environment, the process of restoring Termux is a little more involved than backing it up.
- Copy the restic application to $ HOME so that it may be run directly from the current working directory (which is $ HOME by default) by entering the command cp $PREFIX/bin/restic $HOME/restic and then cd to make sure you’re at home.
- Unset LD_PRELOAD (disable termux-exec) with the command unset LD_PRELOAD.
- Delete the old $ PREFIX with the command rm -rf $PREFIX.
- Restore Termux from the Termux-backups folder with the command $HOME/restic restore -r /sdcard/termux-backups –tag termux –target / latest.
If everything went well, you should have been able to successfully restore Termux from the backup file. Simply close the Termux application, restart it, and enjoy.
How can I contribute?
The best ways to contribute are:
- Improving the Termux Wiki pages, i.e. by fleshing out sections that could use additional information or by correcting errors in grammar.
- Submitting bug reports. Please only submit reports that are about Termux packages or applications. Other errors should be submitted elsewhere.
- Submitting package updates.
- Submitting pull requests with bug fixes and improvements.
All of the source code for Termux can be found at https://github.com/termux.
Frequently Asked Question
(Originally Published: Termux )
1. What is Termux
Termux is a terminal emulator for Android OS with its own package ecosystem. There are more than 1000 packages for various purposes, including code editors, compilers, etc.
2. Is Termux an emulator
Termux is both an emulator and a virtual machine. It does not emulate any system; instead, programs are run directly. It is, however, a terminal emulator in the same way that many popular Linux distribution apps are, such as GNOME terminal, Konsole, Xterm, and others.
Terminal is a hardware device typically used before traditional desktop computers appeared.
Terminal emulator is a software that emulates a display (not CPU or whole system) with capabilities of specific hardware terminal.
3. What are system requirements
As a minimum, Android OS version 7.0 is required. You should expect Termux to consume a significant amount of internal storage because you’ll be dealing with software ported from Linux distributions. That’s usually 500 MB to 5 GB, but it can be greater in some circumstances… Everything is contingent on your usage scenarios.
Also it is preferable to have AOSP Android, to avoid vendor-specific quirks with process management and power-saving.
4. Will Termux work on Android 11
In short: yes, it works on Android 11 and even 12 beta.
The latest SELinux setting limitation on the ‘execve()’ system function introduced with Android 10 was not an exception to this rule. People claiming to be “advanced users” have spread a lot of disinformation and conspiracy theories about what is truly going on (e.g., “Google wants to eliminate Linux on Android”).
Data files will no longer be executable in applications produced with target SDK level 29 (which means compatibility with Android 10) or higher. Within the APK file, all executables must be bundled. That is a reasonable restriction. The application must not be capable of self-modification. Updates and new features must be included in a newer version’s APK. There is, however, a problem: Termux is a technical bridge that connects Android apps to Linux environments.
Fortunately, we chose to force use compatibility with Android 9 APIs (SDK 28) at the cost of ability to publish updates on Google Play. That is until we will workaround the issue. For now do not worry – it works perfectly.
5. Why does htop or netstat not work on my device
In order to stop leaking sensitive information via side channels, Android has blocked access to certain interfaces in /proc. This is done for your privacy.
Specifically:
- /proc/net/*
- /proc/loadavg
- /proc/stat
- /proc/uptime
- /proc/version
- /proc/vmstat
- And few others.
The restrictions vary depending on the Android OS version. As a result, Android 7 is less constrained than Android 8/9/10+. You can get around them by using root.
Do not open issues in our repositories on this or complain how Google is evil. We do not support such opinion or other Android-specific conspiracy.
6. Why does ps not show Android processes
Since Android 7, regular applications no longer can explore foreign processes in /proc. This has been implemented via hidepid=2 mount option.
Termux can list only its own processes. You can see more only under rooted shell or ADB.
This restriction has weird effect on some programs. For example, some
processes like ssh-agent
or tor
daemons will no longer be visible through ps
and as result can’t be terminated with pkill <NAME>
or killall <NAME>
but only
with kill <PID>
.
7. Why my Termux is 32bit while CPU supports 64bit
If Android OS claims that only 32-bit ABIs are supported, Termux will only do a 32-bit installation. Its environment is not self-contained and relies on operating system libraries. You’re out of luck if your machine is only 32-bit. This is a regular problem with some device models when the manufacturer only installs a 32-bit operating system due to a tiny system partition.
8. Can Termux be installed on the external storage
This can’t be done, at least if your device is not rooted.
Termux requires a native Linux file system such as EXT4 or F2FS for supporting special files like symbolic links, sockets and Unix file attributes. Neither FAT32 or exFAT supports them. Furthermore, Android applies a special overlay to any general purpose file storage which turns underlying file system into FAT32 or exFAT-like in order to solve certain issues and provide a better experience for average user.
If your device is rooted and you want to install Termux on external storage, please refer to post on Android Enthusiasts Stack Exchange.
9. Any tips for using Termux
Here are the ones which should help you to survive in Termux shell:
- Learn shell scripting!
-
Always do
pkg upgrade
! - Do backups, always!
- Do not execute things which you do not know!
- Carefully read everything that has been printed to terminal!
10. What do you use Termux for
You can do everything, specifically what you are able to do with it. That is the case where you are limited mostly by your skills. Of course, OS and device hardware restriction matter too, but they are insignificant.
Here are just few ideas for Termux usage:
- Device automation with scripting and Termux Tasker add-on.
- File transfer & synchronization via syncthing, rsync, rclone, etc.
- SSH client (dropbear, openssh).
- Programming (clang, python, vim, etc).
11. Are there any Termux tutorials
Please check page Getting started.
Note that while you can learn shell scripting with Termux, it is not the best tool for this due to few fundamental differences from the Linux distributions.
12. What are advantages of root in Termux
Root gains you control over system components. You will be able to access freely all file systems, modify device firmware (ROM) as well as perform fine tuning of kernel configuration, networking, etc.
Certain tools like cryptsetup, mount, nmap (advanced scan modes), tcpdump require root access.
13. What is a fake root
Fake root means exactly “fake root”, i.e., not real root. It does not provide any real superuser privileges. It just changes user ID and label to assist in certain tasks.
There 2 ways to get a fake root:
- Package `fakeroot` – useful solely for packagers who need to create archives with files having certain ownership and permissions. Of course, using the real root in this case is overkill.
- Package `proot` – run a rootless Linux distribution “chroot”.
Fake root will not help you to root your device. Neither will help
you to run a software requiring superuser privileges.
14. Can I hack a social media with Termux
Main Article: Hacking
As some people say, there nothing impossible in the world, and that’s true in case of Termux and specifically this question. However we do not provide any help on it – you are on your own.
Hacking and phishing topics are discouraged within all official Termux communities.
15. Where are Metasploit and Hydra packages
Main Article: Hacking
Packages Hashcat, Hydra, Metasploit and Sqlmap have been removed from Termux repositories. We do not accept requests of hacking packages and neither provide help for using or installing them.
16. How can I hide the extra keys
Tap key combination Volume Up + K.
Alternate approach is to open drawer via swiping rightwards from the left screen side and then long tap on “Keyboard” button.
17. Why app from F-Droid cannot be installed
Open your Android settings –> Applications and check whether you have applications containing the word “Termux” in their name. If so, uninstall all of them: Termux, Termux:API, Termux:Styling, Termux:Widget, Termux:Boot and others. And yes, paid add-dons should be uninstalled too.
After that you should be able to install Termux app from F-Droid.
18. Why Termux additional items on Google Play are paid despite the fact that their sources are on GitHubThis has been made as sort of gift. To give, use application and additional items from F-Droid or custom forms from sources.
Recall that open-source or free programming doesn't imply that product can't be paid. This isn't illegal by licenses of our source code. Moreover "free" signifies "opportunity", in setting of GNU GPL which even unequivocally expresses that free programming can be paid when sources are openly free.
End
Termux is a straightforward application that permits you to get to the Linux shell on your Android gadget. It's not simply a hacking instrument; it can likewise be utilized for different purposes relying upon the client's PC information.
It is actually the case that hacking activities can be more adaptable with Termux; beforehand, hacking required carrying a PC with Linux introduced; presently, you can hack utilizing an Android cell phone with Termux introduced.
Since Android is basically a Linux variety, you can utilize the Termux program to get to the Linux android shell as though you were utilizing a PC with Linux introduced.
Provided Information are only for educational purposes