Advertisement

Responsive Advertisement

Termux basic command | Ep 4

Why do we want to learn hacking? Hacking goes beyond just infiltrating systems; it's about grasping their functionality to enhance security. 


TERMUX

Termux is an impressive terminal emulator and Linux environment application designed for Android. Unlike standard Android terminal applications, Termux merges a minimal base system with a comprehensive array of robust Linux tools, all available right on your Android device. Key Features: - Access to Linux shell commands - Install packages effortlessly using pkg or apt - Support for various programming languages such as Python, C, Ruby, Node.js, and more - Compatibility with SSH, Git, Curl, Wget, Vim, and additional tools - Seamless integration with Android storage through termux-setup-storage - Lightweight and does not require root access Termux is popular among developers, students, ethical hackers, and anyone eager to utilize Linux utilities on their Android devices.

All you need is just one click away!

 

Termux download link

Click on Any advertisement to open the link

➡️ Go to Page
Termux Basic Commands Table

Termux Basic Commands

It is a powerful terminal emulator for Android that provides a Linux-like environment. It allows you to use shell commands, install packages, manage files, and even run scripts, all from your mobile device.

System & Package Management

CommandDescription
pkg updateUpdate package list
pkg upgradeUpgrade installed packages
pkg install <package>Install a package (e.g., git)
pkg uninstall <package>Uninstall a package
pkg list-allList all available packages
pkg search <name>Search for a package

File and Directory Management

CommandDescription
lsList files in a directory
cd <dir>Change directory
pwdShow current directory
mkdir <dir>Create a new directory
rm <file>Delete a file
rm -r <dir>Delete a directory and its contents
cp <src> <dest>Copy files/directories
mv <src> <dest>Move/rename files/directories
touch <file>Create a new empty file
cat <file>View file contents

System Utilities

CommandDescription
clearClear the terminal screen
exitClose the Termux session
whoamiShow current user
topShow running processes
dfShow disk usage
freeShow memory usage

Network Commands

CommandDescription
ping <host>Ping a host to test connectivity
curl <url>Fetch a webpage or download a file
wget <url>Download files from the internet
ifconfigShow network interfaces (requires net-tools)

Extras

CommandDescription
termux-setup-storageGrant Termux access to internal storage
CTRL + CStop a running command

Post a Comment

0 Comments