About Termux Emulator
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. You can go here for more information.
Termux File and Directory Creating :
1: touch [file name] – used to create new file
2 : cat > [file name] – used to create new file with content 3 : echo “hello world” > [file name] – create new file with content 4 : cat >> [file name] – Add content in existing file 5 : mkdir [name] – create a directory or folder Termux Usage of CD Commands :
1 : cd – used to change directory
2 : cd / – back to root directory 3 : cd .. – change current directory to parent directory 4 : cd – – move one directory back from current location 5 : cd — – show last working directory from where we moved 6 : cd ~ – move to users home directory from anywhere Termux More Useful Commands :
1 : rm – remove or delete files
2 : rm [filename] – remove any text files 3 : rmdir [dir name] – remove any directory 4 : rm -rf – force remove a directory or a folder 5 : rm -r [name] – delete a directory called name 6 : pwd – it show your current working directory 7 : wget [url] – install tool , apt install wget 8 : git clone [url] – install any tools with git clone, apt install git 9 : curl -O [url] – apt install curl 10 : apt search [qurey] – use to get available packages 11 : pkg search [qurey] – find a package 12 : apt remove [package name] – uninstall / remove a package 13 : apt show – view package information 14 : more [file name] – output the contents of file 15 : head [file name] – output the first 10 line of file 16 : tail -f [file name] – output the contents of file as it grows 17 : zip name.zip [file] – compress file using this commands 18 : unzip [zip file] – to unzip file 19 : bye – terminate current ftp session, exit 20 : bell – bell sound after each command 21 : uname -m – used to find the architecture of your device 22 : uname -a – used to display kernal information 23 : du – display directory space usage 24 : df – display disk usages 25 : cal – show display calendar 26 : w – show display who is currently online 27 : cat /proc/meminfo – show memory related information 28 : cat /proc/cpuinfo – show cpu information 29 : whoami – show your login name 30 : date – show the current date and time 31 : uptime – show the system current uptime 32 : man command – show manual a command 33 : free – display memory and swap usage 34 : kill – send signal to process 35 : kill- l – list all of the signal that are possible to send with kill 36 : locate [file] – find all files with filename 37 : whereis [command] – find location binary /source/man file for a command 38 : which [command] – find of an executable 39 : grep pattern [files] – searching for pattern in files 40 : grep -r pattern files – searching for certain pattern in files 41 : command | grep pattern – search for pattern in the output of command 42 : find / -cmin -60 – find change files in last 1 hour 43 : find / -type d -name mll – find all directories whose name is mll in directory 44 : tracerout ipadress – display number of hops & respone time to get to a remote system and website 45 : whois domain – get whois information of domain 46 : dig domain – get DNS information of domain 47 : scp – copies file, over a source 48 : whereis app – shows possible location for an app 49 : nano [file name] – display and edit text files 50 : append [local-file] – remote file append a local file to one on the remote 51 : ifconfig – shows all configuration a network interface like ip, mac 52 : ifconfig eth0 – used view the network setting on the interface eth0 53 : ifconfig wlan0 – view the network setting on wlan0 54 : ping [host] – to ping host ip and show results 55 : arp – check network card & show ip adress 56 : host – display specific server Termux Common Programs :
1 : 7z: pkg i p7zip
2 : FFMpeg: pkg i ffmpeg 3 : Git: pkg i git 4 : Hydra: pkg i hydra 5 : Nano: pkg i nano 6 : Nmap: pkg i nmap 7 : Node: pkg i nodejs 8 : SQLMap: pkg i python2 && pip2 install -U sqlmap 9 : Vim: pkg i vim
Thats All More Stuff Are Coming Soon Kindly Subscribe Our Blog To Get
Latest Post Updates
|
0 Comments