Termux Basic Commands List
Termux Basic Commands List
COM
TERMUX BASIC
COMMANDS LIST
List of Termux Basic
Commands
You can run this command in a sequence to practice and know yourself
how these commands work on Termux. If you have any questions or
ideas please comment I will be happy to help you.
MORE COMMANDS
COMMANDS USAGE
ls -l show file action like - modified, date and time, owner of file,
permissions Etc.
cp -n no file overwrite
ls list directory
git clone [url] install any tools with git clone, apt install git
cd change directory
kill- l list all of the signal that are possible to send with kill
find / -atime40 to find all the files, which are accessed 40 days back
find / -type d -name mll find all directories whose name is mll in directory
find . -type f -perm 0777 find all tghe files, whose permission are 777
-print
ifconfig eth0 used view the network setting on the interface eth0
tracerout ipadress display number of hops & respone time to get to a remote
system and website
$ execute a macro