Basic Command and Concept To Use Termux or Linux

Basic Command and Concept To Use Termux or Linux


What is termux?

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically — additional packages are available using the APT package manager.


Termux Command:


  • pkg update (to update termux package)
  • pkg upgreade (to update installed packages)
  • && (to use two comment one by one)  
Example [ pkg update && pkg upgrade]


  • ls (to find list of current dictionary)
  • pwd (to find present working directory)
  • mv (to move)
  • mv -f (to move forcefully)
  • rm (to remove file)
  • rm -rf (to remove folder)
  • apt list (to find all termux package)
  • apt show[pkg name ] (to show details of any package)


  • apt install [pkg name] (to install the package)
  • cat [file name ] (to read the file)
  • ifconfig (to show your network detail)
  • ping [host url] (to show your contention,ping speed,host is up or down)
  • netstat (to show your connection details)

Android hacking with termux



Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.