Join WhatsApp

Join Now

Join Telegram

Join Now

Termux Commands List PDF | Master Termux 2024

4.6/5 - (5 votes)Thanks

Termux commands list pdf Is the best step towards your linux journey. It helps you to learn the basics of Linux And offers help in many Pentesting Tools. In this post i am going to teach you all the Termux commands list with each category.

What Is Termux Commands List?

A list of commands for termux that contains commands used in termux for various purposes. These commands include package updating, upgrading, copying, moving and other processes in termux app. These commands can be used in Kali linux Also.

Termux Commands List PDF:

Below is the full list of Termux commands. We have categorized these commands according to their use provided with them. Make sure many of the commands require internet connection. So please turn on the mobile data or connect to the wifi before proceeding:

Termux Commands List For Package Management:

  • pkg update :This command is used to update all the packages that are installed in the termux app.
  • pkg upgrade :This command is used to upgrade all the packages in termux app.
  • pkg install <package name> :One can install any package by replacing the <package name> with the package name they want to install.
  • pkg uninstall <package name> :If you want to remove any package, you can simply type the command and write the name of the package in place of <package name>
  • pkg list-installed  :This command enables you to see the list of packages installed in your termux app.
  • pkg search <package name> :One can search the specific package through the command by replacing the <package name> with the package you want to install.
  • pkg show <package name> :You can see the details of the specific package by replacing the <package name> with the package you want to see.
Termux Commands List For Package Management

Examples of termux commands for intermediate package management:

  1. pkg update
  2. pkg upgrade
  3. pkg install python
  4. pkg uninstall python
  5. pkg list-installed
  6. pkg search neofetch
  7. pkg show git
pkg update
pkg upgrade
pkg install python
pkg uninstall python
pkg list-installed
pkg search neofetch
pkg show git

Termux Commands List For Navigation:

  • cd :This command is used to change the directory in termux.
  • ls :This command lists all the files and directories in the current directory.
  • pwd :lists the location of the directory, that you are working in.
  • mkdir :One can create a new directory with this command.
  • touch :On can easily create an empty file using this command.
  • cp :Copy files or directories to other location.
  • mv :This command can move directories or files.
  • rm :This command can be used to remove files or directories.
  • cat :This command is used to display file contents.
  • clear :Command used to clear the screen.
  • nano: The command can be used to view and edit text files.
Navigation

Examples of termux command list for navigation:

  1. cd home
  2. ls -l
  3. pwd
  4. mkdir directory name
  5. touch filename
  6. cp /sdcard/Folder1/filename.txt /sdcard/Folder2/
  7. mv /sdcard/Folder1/filename.txt /sdcard/Folder2/
  8. rm filename
  9. cat filename
  10. nano filename.txt
  11. clear
cd home
ls -l
pwd
mkdir directory name
touch filename
cp /sdcard/Folder1/filename.txt /sdcard/Folder2/
mv /sdcard/Folder1/filename.txt /sdcard/Folder2/
rm filename
cat filename
nano filename.txt
clear

Also Read: How To Install PhoneInfoga In Termux | Information Gathering

Termux Commands list For File management:

  • wget :Download files from the internet by using this command.
  • chmod :Change file permissions and makes them executable.
  • chown :CHange file owner and group.
  • tar :Command Can Be Used To Archive Files.
  • curl :Command Used To Transfer Data From Server To Server.
  • termux-setup-storage : Command Used To Give The Storage Permission In Termux.
  • git clone : Command Used To Download Files From GitHub Repo.
File Management

Examples Of Termux Command For File Management:

  1. wget https://www.##########
  2. chmod permissions filename
  3. chown user:group filename
  4. tar filename
  5. curl URL
  6. termux-setup-storage
  7. git clone URL
wget https://www.##########
chmod permissions filename
chown user:group filename
tar filename
curl URL
termux-setup-storage
git clone URL
 

Termux Commands List to run scripts:

  • bash : Command used to run a bash file.
  • sh : Command Used To Run A Shell File.
  • python :Command used to run python files.
  • node :Command used to run a js file.
  • php :Command used to run a php file.
Run Scripts

Examples of termux command list to run scripts:

  1. bash filename.sh
  2. sh filename.sh
  3. python filename.py
  4. node filename.js
  5. php filename.php
bash filename.sh
sh filename.sh
python filename.py
node filename.js
php filename.php

Termux commands List For process management:

  • ps : Command used to list the process running currently.
  • uptime : Command used to view the up time of the system.
  • kill : Command used to kill any process.
  • whoami : Command used to know the username.
  • exit : Command used to exit the current terminal.

Examples of termux command list to process management:

  1. ps
  2. uptime
  3. kill process id
  4. whoami
  5. exit
ps
uptime
kill process id
whoami
exit

Termux commands List for advance use:

  • ssh :Connect user to a remote server.
  • scp :Securely copy files between hosts.
  • find :Search for files in a directory hierarchy.
  • rsync :Sync files and directories locally or remotely.
  • tmux :Terminal multiplexer for multiple sessions.
  • sed :Stream editor for filtering and transforming text.
  • awk :Pattern scanning and processing language.
  • du :Display disk usage.
  • df :Display free disk space.

Examples of termux command list for advance use:

  1. ssh user@hostname
  2. scp source destination
  3. find directory -name filename
  4. rsync source destination
  5. tmux
  6. sed 's/old_pattern/new_pattern/' filename
  7. awk '{print $1}' filename
  8. du -sh directory
  9. df -h
ssh user@hostname
scp source destination
find directory -name filename
rsync source destination
tmux
sed 's/old_pattern/new_pattern/' filename
awk '{print $1}' filename
du -sh directory
df -h

Also Read: How To Install Ngrok In Termux | Latest 2024

Termux Commands List PDF:

Below is the PDF file of termux commands list. You can Download the PDF file just by clicking on the download button. This PDF contains termux commands with explanation of each command with an example. This file should not be shared on other platforms. if you want to share this pd, just share the link.

Just Click On The Download Button And Click On The Above Three Dots To Download The PDF File.

Conclusion:

We have provided a complete list of Termux commands with PDF. I have provided commands with usage and examples. Learn these Termux commands list By practicing them regularly with different files, websites. Some of these commands may not work because of your phone architecture.

Frequently Asked Questions:

How to update termux by single command.

You just need to type apt update && apt upgrade -y To completely update and upgrade termux.

How can i see the options or commands for a given tool?

Just type the tool name with help command like john --help

How to open a text file in termux?

cat Command is used to open a text file in termux

From where can i learn termux commands with examples?

You can learn about termux commands list on https://termuxtools.com

Hi There!  I Am Geek Guy. a Passionate Computer Science Student Diving Deep Into The World Of Technology.

1 thought on “Termux Commands List PDF | Master Termux 2024”

Leave a Comment