About Termux App
Termux is powerfull software which is available in Android and IOS. Termux is part of Operating System Linux
With termux you can Install shell, C, C++, java, kali, Python and many more useful packages .
In Termux you can use Termux hacking Tools in mobile instead of pc, tools like Nmap, Hydra, Seeker, etc can be used in Termux .
Termux Commands:
- Termux is small terminal.
List:
This Tools are used for update and upgrade in termux you should use this command every two days so you can get new features.
"This command is used for upgrading tools in termux $ apt update" or use (pkg install update)
"This command is used for upgrading tools in termux $ apt upgrade or use (pkg install upgrade)
ls Command is used to see the list of sub directories
To access your internal sdcard type cd /sdcard && ls
"To access your mobile phone External Sdcard use that you can use in termux cd /sdcard10/ && ls ,here cd is current directory
To Remove an empty Directory or a files, use this below command: rm -rf filename1
Where filename belongs to the name of the file or directory
Similarly, you can use rm -r filename
"To Make a Directory or create a new folder in termux use this " mkdir "mk is make , dir is directory"
" Eg: "mkdir Kalihackingtools
" Where "Kalihackingtools "Belongs to a Directory Name"
"For Copying files from one directory to another you can use this command , "cp "Command is used for copying files"
" eg: "cp /path/file /path
" you can move files from one dir to another directory in termux you can use this command "mv "Command is used for moving files"
"Termux is an tool that Supports zipping(zipfiles) and Unzipping(unzip of files) of Zip files"
" For zip and uzip "zip , unzip "Commands are used"
0 comments:
Post a Comment