Termux Tutorial from Beginning part 2: Basic Command
Overview
1. Install Termux
2. Basic command
Install Termux
Click here to download Termux
Basic Command
cd - move to directory
Cd .. - change the directory to parent directory
cd - -move one directory back from where you are
ls - list the current folder content
mv -to move any directory
cp - to copy any directory
cat -to display text file
Whoami -show your login name
PS - show all running process
df -display disk usage
du -display directory space usage
Here its was some basic command
I hope you learn something new
To get termux tutorial from beginning part-1
To get termux tutorial from beginning part 3


