Termux Beginner Commands Part 1

Amitgajare
@amitgajare_

Download Termux 
Download Hacker's keyboard

Hi Guys if you are searching for how to use " Termux " searching for the best article to get the best explanation about how to use Termux. Then you are at the right place.

Today I'm here going to share the step by step tutorial about Termux Beginner commands By this article.
We will be seeing some of the basic commands to use in termux app.

First Install Termux App & Type This commands To Update Termux & Storage Permission.

Note : I use small letters you use small letters, & I use Big letters you use Big letters.

$ apt update
$ apt upgrade
$ termux-setup-storage

Type this commands & Successfully Update Termux.

Next Type This Command to clear your Terminal All Text

$ clear

Type This command to exit your termux. 

$ exit

Type this command to show default tools in termux directory

$ apt list

Installed means these tools already install, & easy install any tool type.

$ pkg install "tool name"

I install cmatrix tool this tool is only decoration for termux 

$ pkg install cmatrix 

Successful install tool type 

$ cmatrix 

Run tool

And how to stop this see image


How to remove installed tool type this command.

$ apt remove tool Name

And successfully removed tool in termux, The tool will ask you permission and you have to enter it by typing y

Type this command to show you tool informations.

$ apt show tool name

Hey command tells you the information of the tool.

Here internal storage is called as SD card, type this 

$cd /sdcard  

and click enter button, type this

$ls

Hey will show you all folders and files of internal storage.

How to make any files like text file type this command, this command make only file not a folder.

$touch demo.txt 

How to view the text file you created
Type this 

$cat demo.txt

This file is empty no any text. So how to write text in it, install this tool.

$ apt install nano

This tool is a Small, free and friendly text editor. Run nano type this 

$nano demo.txt 

write text and how to save file see image, view file from cat command

$cat demo.txt

See Next Tutorial part 2

1 Comments

Previous Post Next Post