π‘ A collection of 100 beginner-friendly Termux and Linux terminal commands - explained simply, for new users and curious learners.
This repository helps you get comfortable with the Termux terminal on Android - whether you're a total beginner or just brushing up on your Linux command-line skills.
This repo includes:
- β 100 useful Termux/Linux commands
- π File & directory navigation
- π Text output and redirection
- π Permissions and file execution
- π Networking & internet tools
- π§© Package management (pkg & apt)
- π Archive and compression
- π± Android-specific Termux tools
- π§ Handy tricks for learning and scripting
Each command has a short, clear description - great for studying, creating CLI projects, or managing your device like a pro.
Here are all the files
- File And Directory Commands
- Text Output And Viewing
- System Info And Process Monitoring
- Package Management
- Networking
- File Permissions And Execution
- Archive And Compression
- Pipes And Redirection
- Shell Tools
- Termux Specific Commands
π₯ Some commands may require you to install specific packages. If a command doesnβt work, try installing it using pkg or apt. Example:
pkg install curl
π You must be connected to the internet (Wi-Fi or mobile data) to install packages or use networking commands.
π Keep your system updated for best compatibility:
pkg update && pkg upgrade
- Install Termux from F-Droid or Play Store.
- Open Termux and try these commands one at a time.
- Experiment, learn, and modify β no need to memorize everything!
This project is licensed under the MIT License β feel free to use, modify, and share!