Letest

6/recent/ticker-posts

How to use Termux | Termux beginners Ultimate Guide | Termux basic commands line


Hi guys, Today from this article you can learn Termux and How to Use Termux application. You can also learn What is Termux, What are Termux Commands and Some Termux Commands line. So let's start the journey on Termux.



Termux Ultimate Guide for Beginners




What is Termux?


Termux is a powerful Android app that you can use to install Linux packages on your Android phone. 

With this Termux application, you can install Shell, Python, C, C, Perl, Ruby, Java and many other useful packages. With Termux, you can use several hacking tools / scripts on your phone, including Nmap, Hydra, Sqlmap and others.



What are Termux Commands?


In simple terms, Termux commands are terminal commands that are executed to perform specific tasks. This command is similar to the Linux command.





Termux Commands List:



Some Basic Commands for Accessing and managing files in termux



1. To access Storage in your phone use this command.

termux-setup-storage



2. Change and access to the Directory use this command

cd



3. Termux default directory is /data/data/com.termux/files/home
You can access this default directory anything following this command

cd $HOME



4. To show current Directory use this command

pwd



5. Termux List Commands


a. To see the list of current directory sub directories and list folder contents use this command

ls


b. To see file or directory, hidden folder, size, modified, date & time use this command

ls -l 



5. For Copying files from one directory to another directory, use this command

cp (file path) (target path)

Ex: cp /sdcard/download/file $HOME



6. Similarly for moving files one directory to another use this command,

mv

Ex: mv /sdcard/download/file $HOME



7. To make a directory use this command

mkdir

Ex: mkdir New 



8. To delete/remove an empty Directory or a file, use this command: 

rm -rf (file or directory name)
Or
rm -r  (file or directory name)

Ex: rm -r New



9. Termux Zipping and Unzipping command,

a) To make a zip file use this command,

zip

b) To unzip file use following this command,

unzip



10. View Commands

a) To display php files use this command,

echo [file name]

b) To display  text files use this command,

cat


c) To view package information

apt show [file name]



11. Termux Networking Commands

a. To get all network information use this command,

ifconfig

b. To check a particular website is accessible or not in your ISP use this command,

ping [website]

Ex: ping google.com




Termux some cool effective Commands


1. Use matrix effect in Termux follow these steps,

Install Cmatrix by this command,

pkg install cmatrix

Then just type,

cmatrix



2. To display a running train in Termux follow these steps,

Install sl using this command

pkg install sl

Then just type,

sl

After that small Train will Start Running On Termux



3. To see bigger text in termux,
Install figlet by type this command

pkg install figlet

Then type

Figlet [your text]

Ex: figlet tech


4. To see bigger with colorful text, install toilet in Termux. Type command

pkg install toilet

Then type, 

toilet [your text]

You can also try color combinations for your text

Ex: toilet -f mono12 -F gay [your text]



5. To see what are the background running tasks through termux just type below command

top



6. To see the calendar in Termux, type this command

cal




So guys, I hope you enjoy this article. Share this article to your friends and stay with us. Stay tuned and stay connected.

Post a Comment

0 Comments