Top Termux Command List

Termux Command List

More Termux Trick Instructions – Android Phone Robbery – All Termux Trick Commands Basic Termux to Advanced Tips – Android Trick Commands. termux commands list

COMMANDSUSAGE
cp -vused to print informative massage
cp -rused to copy any directory
mv -uupdate-move when the source is newer than the destination
mv -vto move any directory
ls -nto display UID and GID directory
ls –versionto check the version of the ls command
cd —show the last working directory from where we moved
ls -lshow file actions like – modified, date and time, owner of a file, permissions Etc.

 

ls helpshow display how to use the “ls” command
cp -nno file overwrite
cd ~move to the users home directory from anywhere
mv [file1 name] [new file2 name]move or rename two files at a time
cd –move one directory back from the current location
mv [file name]move any file and folder
lslist directory
ls -alist all files including hidden files
pwdit shows your current working directory
mv -iinteractive prompt before overwrite
wget [url]install tool, apt install wget
git clone [url]install any tools with git clone, apt install git
ls -ala formatted listing with hidden files
mv -fforce move by overwriting destination files without prompt
ls -iDisplay the number of files or directory
cpcopy any file
cd /change to the root directory
cdchange directory
cd ..change the current directory to the parent directory
curl -O [url]apt install curl
rmremove or delete files
rm [filename]remove any text files
rmdir [dir name]remove any directory
rm -rfforce remove a directory or a folder
rm -r [name]delete a directory called the name
apt remove [package name]uninstall/remove a package
touch [file name]create new file
mkdir [name]create a directory or folder
more [file name]output the contents of the file
head [file name]output the first 10 lines of a file
tail -f [file name]output the contents of a file as it grows
apt install zipinstall the zip file tool
zip name.zip [file]compress a file using these commands
unzip [zip file]to unzip file
ftplaunch FTP client from a terminal
-puse passive mode
byeterminate the current FTP session, exit
asciiset file transfer to ASCII protocols
bellbell sound after each command
statusshows the current status about FTP server
open hostopen a connection to the remote host
remotehelp [cmdname]request help from FTP server
account [password]supply a password required by remote
uname -mused to find the architecture of your device
dudisplay directory space usage
dfdisplay disk usages

 

calshow display calendar
wshow display who is currently online
cat /proc/meminfoshow memory-related information
cat /proc/cpuinfoshow CPU information
whoamishow your login name
fingure usernameshows information about the user
dateshow the current date and time
uptimeshow the system’s current uptime
man commandshow manual a command
freedisplay memory and swap usage
killsend a signal to process
kill- llist all of the signals that is possible to send with the kill
lspcishow PCI devices
lsusbshow USB devices
apt search [qurey] pkg search [qurey]find a package
locate [file]find all files with the filename
locate [query]find all path names contain a phrase
whereis [command]find location binary /source/man file for a command
which [command]find an executable
grep pattern [files]searching for patterns in files
grep -r pattern filessearching for certain patterns in files
command | grep patternSearch for a pattern in the output of the command
find / -atime40to find all the files, which are accessed 40 days back
find / -cmin -60find change files in the last 1 hour
find / -type d -name mllall directories whose name is all in the directory
find . -type f -perm 0777 -printfind all the files, whose permission is 777
ifconfigshows all configurations of a network interface like IP, mac
ifconfig eth0used view the network setting on the interface eth0
ifconfig wlan0View the network setting on wlan0
ping [host]to ping the host IP and show the results
arpcheck the network card & show IP address
hostdisplay specific server
netstatreview network connection
nslookupfind out DNS-related query
tracerout ipadressdisplay the number of hops & response time to get to a remote system and website

 

whois domainget whois information of the domain
telnet [ip address [post]telnet connection
dig domainget DNS information of domain
scpcopies file, over a source
uname -aused to display kernel information
whereis appshows the possible location for an app
nano [file name]display and edit text files
apt showview package information
append [local-file] remote fileappend a local file to one on the remote
$execute a macro

0 Comments