Posts

Showing posts from April, 2020

Termux on Android

Image
Hey hi to all. In this post i'll let you know about How and from Where to get Termux for Android. 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. Where to get Termux? To get Termux in your Android device, just goto playstore and get it or you may follow the link below.... Get Termux Termux Most Hacking Commands COMMANDS USAGE cp -v used to prints informative massage cp -r used to copy any directory mv -u update-move when source is newer than destination mv -v to move any directory ls -n to display UID and GID directory ls --version to check the version of ls command cd -- show last working directory from where we moved ls -l show file action like - modified, date and time, owner of file, permissions Etc. ls help show display how to use "