Termux Commands List | टर्मक्स कमांड लिस्ट

इस लेख में आज हम Termux में उपयोग किए जाने वाले महत्वपूर्ण कमांड के बारे में चर्चा करेंगे साथी कमांड और उनके उपयोग के बारे में जानेंगे।

यहां कुछ सामान्य रूप से उपयोग किए जाने वाले टर्मक्स कमांड उनके विवरण के साथ दिए गए हैं –

Termux Commands List

CommandDescription
pkg updateUpdates the package list and repository information.
pkg upgradeUpgrades all installed packages to their latest versions.
pkg install <package>Installs a specific package.
pkg uninstall <package>Uninstalls a specific package.
pkg search <query>Searches for packages in the repository based on the query.
aptA shortcut for pkg, used to manage packages.
termux-setup-storageGrants Termux access to the device’s storage.
cd <directory>Changes the current directory.
lsLists the contents of the current directory.
pwdPrints the current working directory.
mkdir <directory>Creates a new directory.
rm <file>Removes (deletes) a file.
cp <source> <destination>Copies files or directories.
mv <source> <destination>Moves files or directories.
cat <file>Displays the contents of a file.
echo <text>Prints text to the terminal.
chmod <permissions> <file>Changes file permissions.
chown <user>:<group> <file>Changes file ownership.
psLists currently running processes.
topDisplays real-time information about processes and system usage.
kill <PID>Sends a signal to a process to terminate it.
suSwitches to the superuser (root) if available. Use with caution.
exitExits the superuser mode.
whoamiDisplays the current user.
wget <URL>Download files from the internet using the URL.
curl <URL>Sends requests and receives responses from the internet using the URL.
ssh <user>@<host>Initiates an SSH connection to a remote host.
Termux Commands List

याद रखें कि टर्मक्स एंड्रॉइड के लिए एक ओपन-सोर्स टर्मिनल एमुलेटर है और इसमें कई लिनक्स जैसे कमांड उपलब्ध हैं।

सिस्टम फ़ाइलों को प्रभावित करने वाले या सुपरयूज़र (रूट) एक्सेस की आवश्यकता वाले कमांड का उपयोग करते समय सावधान रहें, क्योंकि वे संभावित रूप से आपके डिवाइस या डेटा को नुकसान पहुंचा सकते हैं। हमेशा पहले यह समझें कि कोई कमांड निष्पादित करने से पहले क्या करता है।

निवेदन

उम्मीद है कि आपको यह लेख (Termux Commands List – टर्मक्स कमांड लिस्ट) जरूर पसंद आया होगा।

अगर यह Article आपके लिए उपयोगी रहा हो तो इसे अपने दोस्तों के साथ जरूर शेयर करें और आपके जो भी सवाल हों उन्हें नीचे कमेंट करके बताएं।

Leave a Comment