×

Labels

Android Optimization3 Android UI3 Lightweight Apps3 Offline Games3 Productivity3 Software Update3 Tech Guides3 Termux3 Xiaomi Update3 AI Tools2 Android 162 Android Blur Effects2 Android Terminal2 Android Updates2 Bloatware Removal2 Budget Android2 Developer Tools2 Ethical Hacking2 Gaming2 HyperOS Eligible Phones2 HyperOS Supported Devices2 Low RAM Phones2 Material You2 One UI2 Performance2 Performance Optimization2 Redmi2 Samsung2 Smartphone Guides2 Smartphone Optimization2 Smartphone Tips2 Termux Commands2 Translucent Blur2 Translucent UI2 Web Development2 Windows 112 Xiaomi HyperOS2 YouTube Tips2 APK Games1 Adventure Games1 Android 15 Xiaomi1 Android 20261 Android Battery1 Android Design1 Android Features1 Android Fixes1 Android How-To1 Android Phones1 Android Privacy1 Android Storage1 Android Tools1 Android Under 100001 Android Update1 App Errors1 App Optimization1 App Troubleshooting1 BGMI1 Backend Development1 Battery Optimization1 Battery Tips1 Battle Royale1 Beginner Guide1 Beginners1 Best Phones1 Beta Features1 Bloatware1 Blogger1 Blur UI1 Budget Phone1 Budget Smartphones1 Chrome Extensions1 Cloudflare1 Commands1 Couple Apps Android1 Customization1 Cyber Security1 Cybersecurity1 Developer Options1 Education1 Free Android Apps1 Free Tools1 Frontend Development1 Google Android1 Google Chrome1 Hacking Tools1 Hidden Android Games1 Hidden Features1 Hidden Games1 HyperOS 41 Installation1 Internet1 Linux Commands1 Linux On Android1 Low End Devices1 Microsoft1 Mobile Apps1 Mobile Games1 Mobile Performance1 New Phone Setup1 Offline Apps1 Open-Source Android Apps1 Optimization1 PC Guide1 PC Optimization1 PDF Reader1 POCO1 POCO Update1 Performance Guide1 Performance Tips1 Phone Performance1 Phone Speed1 Power Saving1 Puzzle Games1 Redmi Note 111 Redmi Update1 Relationship Apps1 Review1 SEO1 Screen Recorder1 Secure Apps1 Setup Guide1 Smartphone1 Smartphone Guide1 Specification1 Storage Optimization1 Students1 Tech Explainers1 Tech News1 Tech Tutorial1 Tech Tutorials1 TechOnDev Exclusive1 Themes1 Translucent Panels1 Troubleshooting1 UI Design1 UX Update1 Underrated Games1 VPN1 Visual Design1 Website Optimization1 Windows Fix1 Windows Updates1 WordPress1 Xiaomi Phones1 YouTube Issues1
Show more

Termux Command List: Essential Commands for Beginners & Pros

Termux Command List: Essential Commands for Beginners & Pros

 If you’ve ever wanted to use Linux tools directly on your Android phone, Termux is the app that makes it possible. It turns your smartphone into a powerful command-line environment where you can run Linux utilities, install programming languages, and even host lightweight servers. Whether you’re a beginner experimenting with the terminal or an advanced user doing development work on Android, knowing the right commands can save time and prevent errors.

This Termux Command List is designed to be simple, practical, and beginner-friendly while still covering essential commands used by developers and power users. Instead of dumping random commands, this guide explains what each command does and when to use it. You’ll learn how to update Termux, manage packages, work with files and folders, check system information, and handle networking tasks. All commands listed here are commonly used, safe, and relevant for daily Termux usage. If you’re serious about learning Linux on Android, this guide is a solid place to start.


What Is Termux and Why Use It?

Termux is an Android terminal emulator combined with a Linux package manager. It allows you to install tools like Git, Python, Node.js, and OpenSSH without rooting your device. Developers use Termux for coding, students use it to learn Linux commands, and power users rely on it for automation and troubleshooting.


Basic Termux Commands for Beginners

Essential Termux Commands to Get Started

  • termux-change-repo – Change or fix Termux repositories

  • clear – Clear the terminal screen

  • exit – Close the Termux session

  • pwd – Show current working directory

  • whoami – Display current user

These basic Termux commands help you navigate and control the terminal environment easily.


Package Management Commands in Termux

Termux Package Manager Commands (APT)

  • pkg update – Update package list

  • pkg upgrade – Upgrade installed packages

  • pkg install package-name – Install a package

  • pkg uninstall package-name – Remove a package

  • pkg search keyword – Search available packages

The pkg command is a wrapper around APT, optimized for Termux and safer for beginners.


File and Directory Commands in Termux

Linux File Management Commands in Termux

  • ls – List files and folders

  • cd folder-name – Change directory

  • mkdir folder-name – Create a new folder

  • rm file-name – Delete a file

  • rm -r folder-name – Delete a folder

  • cp source destination – Copy files

  • mv old-name new-name – Move or rename files

These commands are essential for managing files in Termux just like a Linux system.


Storage Access Commands

Access Android Storage in Termux

  • termux-setup-storage – Grant storage permission

  • cd storage/shared – Access internal storage

  • cd storage/downloads – Access Downloads folder

If apps are crashing or not opening properly on Android, you may also find this guide helpful:
👉 https://www.techondev.com/2026/01/fix-android-app-not-opening.html


Networking and Internet Commands

Network-Related Termux Commands

  • ping google.com – Check internet connectivity

  • ifconfig – View network interfaces

  • curl url – Fetch data from a URL

  • wget url – Download files

Official documentation for networking tools can be found on the Termux GitHub page.

Download link (official):
https://github.com/termux/termux-packages


System Information Commands

Check Device and System Info in Termux

  • uname -a – Kernel and system information

  • df -h – Disk usage

  • top – View running processes

  • free -h – Check memory usage

These commands help monitor system performance directly from Termux.


Developer-Focused Termux Commands

Programming and Development Commands

  • git clone repo-url – Clone Git repositories

  • python script.py – Run Python scripts

  • node app.js – Run Node.js apps

  • npm install package-name – Install Node packages

Official Termux documentation:
https://termux.dev


FAQ: Termux Command List

Is Termux safe to use on Android?

Yes, Termux is safe when downloaded from official sources like GitHub or F-Droid and used responsibly.

Do I need root access to use Termux?

No, Termux works without root and provides a user-space Linux environment.

Why do some commands not work in Termux?

Some Linux commands require root or kernel-level access, which Termux cannot provide.

Can Termux replace a Linux PC?

For learning, scripting, and lightweight development, yes. For heavy workloads, a PC is still better.


Final Thoughts

This Termux Command List covers the most useful commands for beginners and advanced users alike. Learning these commands will help you unlock the real power of Linux on Android and use Termux efficiently for development, troubleshooting, and automation.

Comments

Popular posts from this blog

Top 7 Android Features Google Never Talks About (2026)

Best Offline PDF Reader Apps for Android (Free & Fast) – Updated 2026

YouTube Not Loading Properly? Complete Troubleshooting Guide