Anonymous School
(Minds of Hacker)
----------------------
Hello friends , welcome to Anonymous school. In this post i show basic commands of Termux & that are very important . Because Without commands you can't use termux. Termux is command line interface , so it need to command to use. Then basic command termux very useful . We use this commands every time when working on termux.
Basic commands of Termux :-
Requirements :-
1. Termux Apk ( Click Here for More information ).
Now Below is the Table Of Termux Commands .
Command | Use | How to use |
1) ls |
Mean of this command is list. This command is use to show files & folders in Termux or Kali linux. By this command we can able to see the all list of files or folders available in Termux or kali linux. | To use this just type this command in termux or kali & hit enter button . After this it show us all list of files in folders. We see it practically on video. EX- ls |
2) cd | This is cd command means Current Directory , means a folder in which we are now or current folder. There is 2 uses of this command. i) This command is use to go to the home folder of termux apk or kali linux. By this can directly go to the our home folder. ii) This command is also use to change directory’s or folder. Means to go from one folder to another folder we this command. | To use this command:- i) For first use :- Just type command & hit enter button, then you come back home folder. ii) For second use :- Type command, then space , then type the folder name , in which you want to go & hit enter button. EX- cd folder_name |
3) pwd | Full form of this command is Path of Working Directory, means the path or location of folder in which we are working now or location of working directories. This command is use to see the location or path or way of folder or directory where we are now working . This command give us the path of working folder. | To use this command just type this command & hit enter button, then it show use the full path of folder. EX- pwd |
4) cd .. | This command is use to go back or to go in previous folder of directories. This is very easy command. |
To use this command just type this command & hit enter. EX- cd .. |
5) cd- |
This command is use to go into direct opposite folder of folder in which we are now. Means this command is use to go to folder where we are in previous, but now we are in other folder , the we can go directly in previous folder. | To use this command just type command & hit enter. EX- cd - |