Be a part of our Community. Click Here

Termux Commands List Basics to Advanced | Termux Commands and use

Termux Commands List Basics to Advanced | Termux Commands and use | Termux basic commands list

Hi my Fellow H4ck3rs
I am back with a new intresting artical, in this thread i am goona tell you about Termux Commands List Basics to Advanced





COMMANDS                           USAGE

cp -v 

used to prints informative massage


cp -r

used to copy any directory


mv -u

update-move when source is newer than destination


mv -v

to move any directory


ls -n

to display UID and GID directory


ls --version

to check the version of ls command


cd -- show

last working directory from where we moved


ls -l

show file action like - modified, date and time, owner of file, 

permissions Etc.


ls help

show display how to use "ls" command


cp -n

no file overwrite


cd ~

move to users home directory from anywhere


mv [file1 name] [new file2 

name]

move or rename two file at a time


cd -

move one directory back from current location


mv [file name]

move any file and folder


ls

list directory


ls -a

list all files including hidden files


pwd

it show your current working directory


mv -i

interactive prompt before overwrit


wget [url]

install tool , apt install wget


git clone [url]

install any tools with git clone, apt install git


ls -al

formatted listing with hidden files


mv -f

force move by overwriting destination files without prompt


ls -i

Display number of file or directory

You may like these posts

  •  evilurl used to generate an unicode domainurl for phishing. For idn homograph attackinstall Evil-URlInstallation :$ apt update$ apt upgrade$ apt install git$ apt install pyth…
  •  TLoadABOUT TOOL :T-load is a bash based script which modifies and changes your terminal from boring to awesome in just oneclick without any issue and without root. This tool …
  • HPomb Is Socail Engineering Tool , Used For Bombing , Spoofing and Anonymity Available For Linux And Android(Termux) | Message booming using termux Hi my Fellow H4ck3rsI …
  •  Guide For Add Extra Keys In Termux.With the help of this tool you can add extra keys in botton site of termux. Just open termux app and type following command.Command for Add…
  •  This tool is combained fromCUPP - Common User Passwords Profiler ToolCrackinsta Tool apt update && apt upgradepkg updatepkg install python3pkg install pythonpkg …
  •  How to use phone info ga$ pkg up -y$ pkg install git -y$ pkg install python -y$ git clone https://github.com/Wes974/PhoneInfoga$ cd PhoneInfoga $ pip install -r requiremen…

Post a Comment