We are going to learn various commands used in Termux for Hacking...


apt update - To update packages
apt upgrade - To upgrade packages
termux-setup-storage - To access your storage of the device
pwd - It will tell about present working directory
ls - To display the files and folder in current working directory
cd Folder-name - To move into the folder Eg: cd movies
clear - To clear the previous records in termux
mkdir Folder-name - To create a file or folder
rmdir Folder-name - To remove file or folder
cp File-name File-path - To copy files Eg: cp image.png /storage/pictures/
pkg install Pakage-name - To install pakages
pkg list-all - To list all the pakages you already installed
pkg uninstall Pakage-name - To uninstall pakages
pkg install python - To install python language
pkg install git - To download any project from Github