Termux Basic Commands
Termux Basic Commands
What is cd ?
cd means change the directory and cd used for change the directory of terminal.
There are six Commands of cd
1. cd (change directory)
2. cd - (Move one directory back from where you are now)
3. cd ~ (Move to users have directory from anywhere)
4. cd .. (Change current directory to parent directory)
5. cd -- (Show last working directory from where we moved)
6. cd / (Change to root directory)