Sunday, September 16, 2018

Termux apt list chmod and python commands (Apt list) (chmod + x .sh) (python.py)




the Basic Termux Commands which is supper powerful useful and which we has to know offhand:

Command; apt update
this command is used to update termux software update to allow it to function normal in full.


Command; apt upgrade
This command is used to upgrade termux software in to install the recent firmware.


Command; termux-setup-storage
this command is used to set up internal storage, in other to allow you to access using command "cd" without quote. which is Command; cd (storage)


Command; ls
this command is to view directory and files on command line

Command; cd / sdcard / Download /
to access download files in either SD card or in phone storage

* (Move file to Termux)
Command; cd / sdcard / Download / (file) $ HOME
Command; pwd (indicate current folder)
Command; cd /data/data/com.termux/files/home/
Command; unzip (file)


* (Copy and send)

Command; cp (file) /data/data/com.termux/usr/bin/
Command; cd /data/data/com.termux/usr/bin/
Command; cd /data/data/com.termux/files/home/



* (Remove files)

Command; rm -r (file)
Command; cd .. (rewind folder)



* (Return to Termux home folder)
Command; cd /data/data/com.termux/files/home/


* (Open new session)
Command; [CTRL and ALT + c]
Command; exit or [CTRL + d] and enter for both (delete session)



* (Install packages)
Command; apt install (package)
Command; apt list (list packages)



* (open page with termux)
Command; termux-open (site)
Command; dpkg --print-architecture (Architecture)
Command; ifconfig (info)
python3 --version


with those above commands i totally believe that you will be able to make so much better move on Termux.
whatsapp me if you need anything else on +2347063373407 am Anthony pyzon. thanks

No comments: