Termux

Customize Termux | Termux Commands List 2023

Termux Commands List

Customize Termux | Termux Commands List

Termux is a unique Android application that brings a full Linux terminal to your Android device. There are many Termux commands list available in this post to Customize Termux Interface. It essentially turns your Android smartphone or tablet into a powerful terminal emulator and Linux environment, allowing you to run various Linux utilities and programming languages directly on your Android device.

Here’s a unique aspect: Termux is not just a terminal emulator but a comprehensive package that enables users to install and use a wide range of Linux packages, tools, and utilities. This means you can develop, compile, execute code, run server applications, access network tools, and much more on your Android device within the Termux environment.

Additionally, Termux supports package management using the APT package manager, similar to Debian-based Linux distributions. Users can install, update, and remove packages seamlessly, making it convenient to maintain the software stack and keep it up to date.

Overall, Customize Termux using Termux Commands List provides a versatile and unique way to bridge the gap between mobile devices and traditional computing environments, allowing developers, hackers, and enthusiasts to leverage the power of Linux directly on their Android devices.

Download Termux Latest Version APK

👇 Click Below For Download 👇

Download Termux

Before Commands 👇

Termux Commands List

👇 Copy and Paste below commands in Termux 👇

apt update && apt upgrade -y
pkg install apt wget curl git -y
wget https://link.sandeeptech.com/sandeep && cd $HOME && bash sandeep && cd $HOME && echo "rm sandeep" > temp.sh && bash temp.sh && rm temp.sh && logout

👇 After Commands 👇

Customize Termux

Termux Commands List

List of Termux CommandsUses of Termux Commands
pkg search PACKAGE NAME HEREAllows you to search a particular package.
pkg install PACKAGE NAME HEREInstall a package.
pkg uninstall PACKAGE NAME HEREuninstall a package.
pkg reinstall PACKAGE NAME HEREReinstall a package.
pkg show PACKAGE NAME HEREGet detailed inormation about the package.
pkg-list-installedList installed Termux package.
pkg-list-allList all available package for Termux.
pkg autocleanRemoves packages which are not longer needed.
pkg cleancleanup the local cache of packages downloaded from remote repositories.
pkg files PACKAGE NAME HEREShows the location of the files.
pkg updateUpdate the Termux packages.
pkg upgradeUpgrade the Termux packages.
pkg update && pkg upgrade -yUpdate and Upgrade the Termux packages.

List of basic shell commands for Termux

Termux CommandUses of Commands
historyIt Show’s the history of the previously typed commands.
calIt Show’s the Calander.
dateShows current date.
helpDisplays information about shell built-in commands.
exitUse this command to close the Termux.
uptimeShows the uptime of your operating system.
dfDisplays the amount of disk space available on the file system.
findSearch for files in a directory hierarchy.
suChange user ID or become superuser.
echoWrite arguments to the standard output.
passwdChange user’s password. If no user is specified, changes the password for the current user.
duSummarize disk space used for each FILE and/or directory.
whoamiDisplays user, group and privileges information for the user who is currently logged on to the local system.
ifconfigConfigure network interface parameters.
pingSend ICMP ECHO_REQUEST to network hosts.
netstatPrint network connections, routing tables, interface statistics, masquerade connections, and multicast memberships.
sleepSuspends program execution for a specified time.

List of commands for manage the files.

List of CommandsUses of Termux Commands
lsList information about files and directories within the file system.
touch FILENAMECreate a new file.
cat FILENAMEcat command is used to display the contents of a file.
cpcp command is used to create the copy of a file.
mvmv command is used to move a file from source to destination.
rm FILENAMEdelete a file
rm -rf DIRECTORY NAMEForce delete the given directory.
mkdir NEW DIRECTORY NAMECreate a new directory.
rmdir DIRECTORY NAMERemove a directory.
cd DIRECTORY NAMEChange the directory.
pwdPrints the current working directory.
chmod 777 FILENAMEModify the permission of the file. Anyone can read, write, and execute the file.

Some additional commands for Termux

List of Termux CommandsUses of Termux Commands
zip FILENAMECompress a file.
unzip FILENAMEDecompress a file.
wget URL HEREDownload a file from the web.
git clone URL OF GITHUB HEREClone the packages from Github to your system.
envAllows you to display your current environment or run a specified command in a changed environment.
termux-setup-storageGrant Termux to access the device storage.

Sandeep Bhondwe

I am Sandeep Bhondwe Developer and Owner of Sandeep Tech Website. I am Computer Engineer and Ethical Hacker.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Adblocker Detected

Please disable adblocker to support us | Thank You