"Good Morning HACKERS HERE Are Some The Basics Termux Commands.
Use
Termux To Keep The Commands In Mind.
Here are some basic commands for Termux with details:
*Navigation*
1. `cd` - Change directory. Example: `cd Documents` to navigate to the Documents
folder.
2. `cd ~` - Navigate to the home directory.
3. `cd ..` - Go back to the previous directory.
4. `pwd` - Print working directory. Shows the current directory path.
*File Management*
1. `ls` - List files and directories. Example: `ls -l` for detailed list.
2. `mkdir` - Make a new directory. Example: `mkdir MyFolder` to create a new folder.
3. `rm` - Remove a file or directory. Example: `rm myfile.txt` to delete a file.
4. `cp` - Copy a file. Example: `cp myfile.txt MyFolder` to copy a file to a folder.
5. `mv` - Move or rename a file. Example: `mv myfile.txt MyFolder` to move a file to a
folder.
*System*
1. `uname -a` - Show system information, including kernel version and architecture.
2. `uptime` - Show system uptime and load average.
3. `free -h` - Show memory and storage usage.
4. `df -h` - Show disk usage.
*Package Management*
1. `pkg install` - Install a package. Example: `pkg install python` to install Python.
2. `pkg update` - Update package list.
3. `pkg upgrade` - Upgrade installed packages.
4. `pkg remove` - Remove a package. Example: `pkg remove python` to uninstall
Python.
*Text Editing*
1. `nano` - Open the nano text editor. Example: `nano myfile.txt` to edit a file.
2. `vim` - Open the vim text editor. Example: `vim myfile.txt` to edit a file.
*Miscellaneous*
1. `man` - Show manual for a command. Example: `man cd` to show manual for the cd
command.
2. `echo` - Print text to the screen. Example: `echo "Hello World!"` to print a message.
3. `clear` - Clear the screen
Here is extra some command for your help.
Unclassified Termux commands:
- _Miscellaneous_
1. `termux-setup-storage` - Request storage access.
2. `termux-open` - Open files with default apps.
3. `termux-share` - Share files or text.
4. `termux-clipboard-get` - Get clipboard text.
5. `termux-clipboard-set` - Set clipboard text.
- _Accessibility_
1. `termux-vibrate` - Vibrate device.
2. `termux-toast` - Show toast messages.
- _Hardware_
1. `termux-camera-info` - Show camera info.
2. `termux-camera-photo` - Take a photo.
3. `termux-microphone-record` - Record audio.
4. `termux-sms-inbox` - Show SMS inbox.
5. `termux-sms-send` - Send SMS.
- _Development_
1. `termux-bundle-info` - Show app bundle info.
2. `termux-create-shortcut` - Create home screen shortcuts.
3. `termux-debug` - Debug Termux apps.
4. `termux-kill` - Kill Termux processes.
5. `termux-list` - List installed packages.
6. 'Ctrl + d' - to exit termux .
7. 'Ctrl + c' - Top stop installation.
- _Experimental_
1. `termux-elf-cleaner` - Clean up ELF files.
2. `termux-keystore` - Manage keystore.
Keep in mind that some commands might require additional setup, permissions, or
have specific usage guidelines. Always refer to the official Termux documentation or
help resources for more information.
Hope It Will Help And Make Easy To Use Termux.
Thank You
Team HCO.