In This Post We Will Learn Termux Commands List From The Basic. This Post Will Be All About The Basic Termux Commands For A Beginner To Start. All Those Guys Who Want To Learn Termux From Basics And Want To Learn All The Termux Commands List Can Read This. We Will Go Straight With The Definition Of The Processes And The Commands That Can Be Used In Termux From The Begining. This Will Include The Termux Commands With The Example And The Illustration To Use It In Termux
What Is Termux?
Termux Is An Android Based Tool That Can Be Used To Run A Full Fledged Linux System In You Android Device. This Tool Is Used To Create Linux Environment By Createing A Shell For Commands And Codes In Your Android Device. The Best Thing About This Tool Is That It Can Run On A Android Device Without Root. Termux Is Available On F-Droid And Also On The Play Store.
Termux Commands List For Basic Use:
The Basic Termux Commands List Like Updating And Upgrading The Termux Or To Change The Directory In Termux Should Be The First Thing That You Will Learn. Now We Will Start The Basic Commands One By One In Termux:
termux-setup-storage
This Termux Command Is Used To Give The Storage Permissions To The Termux App. After Using Command A New Folder Appears In The Home Directory Named As Storage Where You Can Access Files Through A Shell. For Example:
termux-setup-storage

cd
This Is The Most Popular Termux Command And It Defines (Command Directory). One Can Change The Directory Using The Command Just By Adding The Folder Name In Front Of The Command. If You Type The cd Command Alone You Will Be Shifted To The Home Directory. For Example:
cd
cd Folder_1
cd Folder_2

ls
This Can Be Also Read As List As This Command Is Used To List The Files And Folders In That Particular Folder. You Can Also Add Some Custom Codes Infront Of The Command For Better Results. For Example:
ls
ls -a
ls -l
ls -i

pwd
Commonly Known As Print Working Directory. This Command Is Used To Show The Path Of The Folder Or Directory In Which You Are Currently Working. This Tool Eases The Work Of Moving Or Copying The Files From One Folder To Another. This Command Can Be Used With Different Codes For Better Results. For Example:
pwd
pwd -L
pwd -P

pkg update
This Command Is Used To Update All The Packages Of The Termux App. This Command Should Be Used In The Starting Of The Termux So That Once Does Not Face Any Error During The Intsllation Or Working Of Any Tool In Termux. You Can Also Install Update On The Specific Tool In Termux Just By Adding The Name Of The Tool After The Command. This Is The Most Used And Usefull Command Termux. For Example:
pkg update
pkg update --python
pkg update --nmap

pkg upgarde
This Command Is Used To Upgrade All The Termux Packages Or We Can Say That It Is Full Upgradtion Of The Termux Packages. This Command Is Less Used In Linux Distro As It Is Time Consuming And Mobile Data Consiuming. Make Sure To Use This Command Only After The pkg update
Command.
pkg upgrade
pkg upgrade -y

mkdir
This Command Is Used To Create A New Directory Or Sub Directory In Termux. It Can Be Remembered As Make Directory Command. This Command Is Used To Create A Folder Just By Adding The Name Of The Folder That You Want To Create In Termux. For Example:
mkdir Folder1
mkdir Folder2
mkdir Saboor

rmdir
This Command Is Used To Remove A Directory Or A Folder From Termux. This Command Should Be Used Cautiously As One Can Delete Important Folders From The Termux. It Can Be Read As Remove Directory. This Command Should Be Used By Adding The Name Of The Folder After That Command. For Example:
rmdir Folder1
rmdir Folder2
rmdir Saboor

rm
This Command Is Used To Remove The Files From The Termux. You To Just Put The Name Of The File After The Command In Termux. This Command Is Almost Irreversible And Should Be Used Cautiously In Termux. Remember It As Remove. This Command Can Be Used By Custom Codes For Better Results. For Example:
rm Filename.txt
rm Filename.bat
rm -rf Filename

mv
It Can Be Read As Move. This Command Is Used To Move The Folder Or Files From One Location To Another In Termux. This Command Can Be Used The Folder That You Are Currently Working In. If You Have To Move Any File From That Folder You Need To Type The Command Followed By The Name Of The File Then Location Which The File Should Be Moved. For Example:
mv File1 /root/home/Folder/
mv File2 /root/home/

cp
Commonly Known As Copy. This Command Is Used To Copy Files From One Folder To Another Folder. This Command Is Also Caried Out By Typing The Name Of The File Or Folder After cp Command And Then Followed By The Location To Which File Should Be Copied. For Example:
cp File1 /root/home/Folder/
cp File2 /root/home/
pkg list-all
This Command Is Used To List All The Packages In The Termux That Are Currently Installed And Can Be Installed Both. This Command Cam Be Used With Other Parameters For Better Results. For Example:
pkg list-all
pkg list --installed

pkg install
<package-name>
This Command Is Used To Install The Pacakges In Termux. This Command Can Install Only The Available Packages In Termux. This Command Can Be Used By Typing The Name Of The Pacakge After pkg install Command. For Example:
pkg install python
pkg install git
pkg install wget
pkg install neofetch

pkg uninstall
<package-name>
This Command Is Used To Remove An Installed Packages From The Termux. This Command Should Be Used Only If Necessary And Can Be Used As Same Way Like Installation. For Example:
pkg uninstall python
pkg uninstall git

touch
<file-name>
This Command Is Used To Create An Empty File. Like We Can Use It To Create An Empty Text File. This Command Is Used Directly Just By Entering The File Name With The Format. For Example:
touch FileName.txt

cat
This Command Is Used To See The Contents Of The File In Termux. You Just Need To Type The Command Followed By The Name Of The File That You Want To See. For Example:
cat FileName.txt
Also Read: How To Install PhoneInfoga In Termux | Latest 2024
All The Termux Commands List That I Have Provided May Require Internet Connection. Make Sure To To Turn On The Mobile Data Before Practicing Termux Commands List. These Commands Are Of The Basic Use In Termux And Must Be Remembered By Every Beginner.
Termux Command List PDF:
I Have Also Prepared A Full List Of Termux Commands Which I Have Uploaded On My Git Directory. Download All The Termux Commands List With Examples And Uses. These Termux Commands May Need Some Packages To Run On Otherwise Can Show Error. Make Sure To Read Every Termux Command Thourougly For Better Understanding. Click On The Download Button To Download The Termux Commands List PDF.
After Clicking On The Download Button. You Will Be Redirected To The GitHub Page Where You Can See The PDF. You Need To Click On The Three Dots Followed By The Download Button To Complete The Downlaod Of Termux Commands List PDF.
Make Sure To Have An Updated Version Of Termux Installed And An Active Internet Connection For Better Working Of The Commands.
Conslusion:
Termux Command List Should Be Our First Thing To Learn While Starting Termux. The Termux Is All About The Command Line So One Should Understand The Termux Commands List Fully And Imply It On The Termux. The More You Practice The Termux Commands The More Will You Remember And Learn These Commands. Termux Also Contains A List Of Vast Command That Can Not Be Sumarized In A Single Post. I Hope You Have Understand The Above Termux Commands List. If You Got Any Error Or Any Difficulty While Running These Termux Commands List, You Can Tell Me In The Comments Section. Thanks For Reading.
Frequently Asked Questions:
What Is A Termux Commands List?
Termux Command List Is A List Of Commands That Can Be Used In Termux As Termux Only Works On A Command Line Interface. It Contains Commands Like Updating, Upgrading, Moving Files.
Which Command Is Used To Give The Storage Permissions To The Termux.
termux-setup-storage
Command Is Used To Give The Storage Permissions To The Termux.
Where Can I Download Termux List PDF?
I Have Provided The Termux Commands List PDF In The Post.
3 thoughts on “Termux Commands List (PDF) | Updated 2025”