Hello Friends, Welcome to our blog and today we are going to discuss about Termux Basic Commands. If you are Beginners in Termux then you need to take a look towards these commands.
Commands | Usages |
---|---|
clear | To clear all screen content run the clear command |
pwd | Show your current working directory |
cd /home | To move in Home Directory |
cd .. | To go back to the previous directory |
touch | Create a file |
mkdir | For creating a new directory |
rmdir | To delete the directory |
rm -r | To delete the directory |
rm | Delete File |
mv | moves files or directories from one place to another |
cp | Copy File and Directory |
vi | File Editor |
nano | File Editor nano |
cat | Read File Content cat command |
top | Show All running background Process |
chmod (permission-mode) | Change Permission and Group |
git clone | Clone Source code from Github |
wget | Download File wget and curl |
history | Show history of All Previous run Command |
dpkg –list | display a list of all installed packages including the versions of the packages |
pkg install | Install New Package |
pkg remove | Remove Installed Package |
apt update && apt upgrade -y | update our all installed packages |
apt update | Update New added Package mirrors |
uname -a | Display kernel information |
whois domain.com | Get whois information of the domain |
netstat -tnlp | Check Active Port in Termux |
ifconfig | Check all network interfaces or assigned IP, mac addresses |
which filename | Find of an executable file |
locate filename | Find all files with filename |
lspci | Show PCI devices |
ping ip,domain | Send a ping packet to the target |
ssh username@ip | Connect to SSH Server |
ftp ip-address | Connect to FTP Server |