Skip to main content

Termux Basic Commands - All Termux Commands

Termux Basic Commands - All Termux commands 

All Termux commands :

Here Termux commands are divided into many categories as follows

1) cd [change directory commands] 

cd = change directory

cd / = change to root directory

cd - = move one directory back from where you are now

cd ~ = move to users home directory from anywhere

cd .. = change current directory to parent directory

cd -- = show last working directory from where we moved.

pwd = it shows your current working directory 

2) Basic Networking Commands 

ifconfig = shows configuration a network interface.


ifconfig = for check your local ip,mac, or display the current network interface information


ifconfig -a = display the configuration of all interfaces,both active and inactive


ifconfig eth0 = used to view the network settings on the interface eth0


ifconfig wlan0 = used to view the network settings on wlan0


ifconfig eth1 up = used to active the network interface eth1


ifconfig eth1 down =used to Deactive the network interface eth1


ifconfig wlan0 down = Deactive the network interface wlan0 


ifconfig wlan0 up = active the network interface wlan0


ifconfig wlan0 netmask 225.225.225.0 = to use the network mask 225.225.225.0 in wlan0 network interface

coming soon....tommarrow.

Comments

Post a Comment

Popular posts from this blog

How To Use Aircrack-Ng In Android/Termux/Linux - For Wifi Hacking

how to use aircrack-ng in android/termux/linux :                       ****DISCLAIMER***** This article is only for educational purpose,Don't miss use these tutorials use these tricks on your own computer,network,android,devices,for check the vulnerabilities and fix it and always stay legal,if you are used these article in any illegal or malicious activity then i am not responsible so please friends always stay legal. ########################### aircrack-ng using in Termux/GnuRoot Debian/Android/Linux :-  download aircrack-ng using, pdf FILE. simply click download pdf                 ************************** Follow these Steps :-     First connect your wife-adapter to your device : 1) Friends first open Your Gnu Root Debian terminal or root terminal and start the monitor mode by typing these commands :      ...

RouterSploit Installation In Android------by Rupesh

RouterSploit Installation in Android using termux App : RouterSploit :              RouterSploit is a open source project and it is a framework of exploits.which scan the routers devices and check the vulnerabilities of Routers/Devices and exploits by the using frameworks which available in RouterSploit Framework. RouterSploit Framework are updated everyday, and the project is under heavy Development and every day new new modules are shipped. The RouterSploit Framework consists of many more powerful modules for penetration testing operations, in this RouterSploit some Tools are available for scanning and exploit, Exploits - the module Exploit take the advantages of indefinite vulnerabilities         and exploit using the vulnerabilities which available in the Routers.     creds & scanners - the creds module design to test the vulnerabilities aginest  network like wlan0, ...

Sudo Installation In Termux

Sudo installation in Android using Termux App : Friends you can install sudo by watching my article also, so lets start,  Sudo: sudo means (superuser) is a root command,sudo is a programme for unix like computer operating systems ,Kali Linux,Ubuntu,Termux etc...sudo Allows users to run the programme with the security privileges of another users,sudo were Design to commands only as a superuser only superuser can access sudo,we can install sudo on Android using Termux App,for installing sudo on Termux Your device is must be Rooted,it can also be configured to permit(Permission) arguments of multiple commands. Sudo works on only Rooted Devices you can root Your Device and install sudo on Android using Termux App.and Sudo converts $ symbol into the # symbol, # means Root, Friends after installation of sudo on your Termux App type sudo su for giving Root permission to the Termux app,the there is on popup there then click root permission and get # means Root terminal Your ter...