Termux is a android terminal emulator and linux environment application that works directly with no rooting or setup required. A minimal base system is installed automatically, additional packages are installed using the APT package manager
Following are some basic usage commands for termux
termux-setup-storage
cd
cd ..
cd (folder)
clear
pwd
cp (file)
cp -rf (folder)
mv (file)
mv (folder)
rm (file)
rm -rf (folder)
touch (file name)
mkdir (folder)
cat (file name)
date/cal
apt or package install
apt or package upgrade
apt or pkg uninstall
chmod +x (file)
chmod +x *
(pkg name) --version
apt list
nano (file)
unzip (file)
zip (folder / files)
ls
ls -a
apt or pkg show (pkg name)
dpkg -list
apt autoremove
free
screenfetch
whoami
apt / pkg search (pkg)
locate (file)
wget (url)
git clone (url)
ifconfig
exit