Basic commands in termux | Termux command list

This command will show you the complete detail of a package.


Check your Username :

whoami

This will show you the user-name in your termux.

See calendar in Termux :

cal

This command will display a calendar and show you the current date.

Check your Termux usage time :

uptime

This will show, How much time you have spent using termux.

Check your Kernel info in Termux:

uname -a

This will show you info about your system as well as you can also check your Architecture using this command. 

Check Network Interface Configuration:

ifconfig

This command will show you your network information including your Local IP address.

Check Connectivity with any server/ping a server:

ping Ip-or-URL-or-the-server

send packets to a network host to check its connectivity. People also use ping to check their internet connection.
Example : ping google.com 

Check your Memory Usage in Termux:

Set Alias in Termx ( Make your own command shortcuts):

alias d=”cd storage/shared/Download

Alias is the command that you can do to make shortcut commands. like in above example you can see that I have use “d” as a command to change my directory to the Download folder inside my internal storage.  so now whenever I type d and press enter, I will be inside the downloads folder. You can change the above green code with your own example and learn it’s working.

  




Termux Basic Commands pdf Download:


Here is the pdf file which contains all the above command as well as some extra commands so you can read it offline and learn as much as possible. (Don’t Worry, I am Not Using any Shot Links )

Termux basic commands PDF

Termux Basic commands Video In Hindi [Part 1]: 

I Have Uploaded 3 Videos Regarding Termux Basic Commands on my Youtube channel, but these Videos are in Hindi, I will soon create a full Video about Termux commands in English Till then, If you are From India then You can Watch this Video, and I have only given link of the First part here, but you will find the next part of this video in the end screen.


Conclusion:

Leave a Reply

Your email address will not be published. Required fields are marked *