List of Most Used termux commands list and its Uses With Examples and live demo pictures Every termux User Must Know this commands Top 10 commands
Top 10 Termux commands List and their outputs | Basic Termux Commands | Termux
![]() |
Termux Commands list |
Termux, it is the most popular command line application in android mobiles. It is a Linux based command line.
Therefore, These commands are nearly same as Linux. Each one must know these termux commands. It will help a lot.
Ok let's see one by one,
10) ping
![]() |
termux command ping |
$ping website url
To find the "ip" of any host or URL. Using this command we can find the ip address of any websites, mobile ip etc...
For example : To Trace an ip adress of any websitesPing website url
9) uptime
![]() |
Termux command uptime |
$uptime
This command shows how long the termux was running, average usage, date and time.
8) nano
![]() |
Termux command nano |
$nano fileName
You can edit, modify any file by using this nano command.
Example:nano file name
7) ps
![]() |
Termux command ps |
$ps
It shows the background process of termux.
6) free
![]() |
Termux command free |
$free
Must know this command every termux user. Termux does not access full storage. It reserves some storage space to install its tools and requirements.
To know the reserved (swap) space. This command is used.
5) df
![]() |
Termux command df |
$df
To know the disk usage. All folders path, free space and more...
4) whoami
![]() |
Termux command user |
$whoami
When performing online attacks. You must know your user name.
3) pwd
![]() |
Termux command pwd |
$pwd
To find the current directory.
2) cd
![]() |
Termux command cd |
$cd -
This command is used to go back to the home directory.
1) To find your ip
There are two different types of ip
- Public ip
- Local ip
PUBLIC ip: Curl ifconfig.me
![]() |
Termux command public ip |
This command is used to find the public ip
Local ip: ifconfig
![]() |
Termux command local ip |
Local ip is very important and used to perform all attacks.