Posts

Showing posts from September, 2022

How to you termux basic commands tutorial:2

Image
    Basic Commands in termux . Termux is a great tool that allows you to access and Use advance Linux tools without root on your android phone. Termux is command-line based and to use this app most basic thing you should know is command . In this post we are going to learn about the most termux basic commands tutorial :2 in the termux app . List of All termux Basic commands Tutorial  :2 Note: if any part of the command is Red that means it is a variable. The Red Part of the code will change according to the situation. This is the part 2 of termux basic commands tutorial if you need termux Basic commands Tutorial:1 please click this link   https://fttechno.blogspot.com/2022/09/how-to-use-termux-basic-commands.html So let's Start...  Create a folder or a directory: $ mkdir folder name   Rmdir stand  for Remove Directory.Type rmdir Space and type folder name and press enter to see the folder you have just created just type ls. Delete a folder or a...

How to use termux basic commands tutorial=1

Image
   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"