Top 25 Basic Termux Commands for New Users

A complete Termux commands list for new users to use Termux easily. These 25 basic Termux commands will help you to move around the system, create and delete files, and more.

Top 25 Termux commands for new users
Top 25 Termux commands for new users

Top 25 Basic Termux Commands for Beginners

Here is the list of the top 25 basic Termux commands for beginners:

  1. clear – Clears the terminal screen.
  2. exit – Exits the Termux session.
  3. pwd – Shows your current folder path.
  4. ls – Lists all files and folders in your current location.
  5. cd [folder-name] – Moves into a different folder.
  6. mkdir [folder-name] – Creates a new folder.
  7. touch [file-name] – Creates a new empty file.
  8. cat [file-name] – Shows the content inside a file.
  9. nano [file-name] – Opens a file in the nano text editor.
  10. cp [source] [destination] – Copies files or folders.
  11. mv [old-name] [new-name] – Renames or moves a file or folder.
  12. rm [file-name] – Deletes a file.
  13. rm -rf [folder-name] – Deletes a folder and everything inside it.
  14. termux-setup-storage – Gives Termux access to your phone’s storage.
  15. pkg update – Updates the list of available packages.
  16. pkg upgrade – Installs updates for installed tools.
  17. pkg install [package-name] – Installs a new package or tool.
  18. apt list – Shows all available packages.
  19. whoami – Displays your current username.
  20. pkg install net-tools – Installs network-related tools.
  21. ifconfig – Shows your IP address and network information.
  22. ping [website] – Checks if you have an internet connection.
  23. wget [URL] – Downloads files from the internet.
  24. curl [URL] – Gets content from a web page.
  25. uname -a – Displays full system and kernel info.

As a beginner, you can now use these basic Termux commands to do many simple tasks like making folders, creating files, reading text, and using the internet.

See also  Arch Linux Cheat Sheet - 100+ Commands with PDF
SHARE THIS POST:

Leave a Reply

Your email address will not be published. Required fields are marked *