How to use termux basic commands tutorial=1
List of all termux Basic Commands:-
Update all the package and installed on the system:
$ apt update && apt upgrade
" If any update is available it will ask you on the terminal if you want to upgrade or not
Press Y is you want the update "
Grant storage permission:
$ termux-setup-storage
" You can access your storages"
Know which directory you are in:
$ pwd
" This command will tell you, your present working directory"
List all the file and directories:
$ ls
" This command will show you the folder and files is your current working directory"
List all the hidden files:
$ ls -a
" ls command with -a will show you all the hidden files"
Move backwards in directories:
$ cd
" By typing cd you will go back in the directory"
Clear Screen:
$ clear
" By typing clear in the termux you can clear all the previous results"
Comments
Post a Comment