Anonymous School
(Minds of Hacker)
----------------------
Hello friends , welcome to Anonymous school. In this post i show you we can access mobile storage or memory card in termux. Means how we can go to our phone storage using termux.
How to Access Storage in Termux :-
Requirements :-
1. Termux Apk ( Click Here for More information ).
Now follow the following steps.
1) First we need to give storage permission to termux for accessing storage or sdcard in termux .
2) Then for this go to Settings ---> Permission ---> Permission ---> Storage & search Termux Apk & enable storage permission.
3) Now open Termux & type following commands.
$ cd /sdcard
$ ls
4) Now you see the list of files & folder in your sdcard .
How to access external Sdcard :-
If you have external sdcard in mobile, then to access this follow steps.
1) Open Termux & type following commands.
$ cd /storage
$ ls
2) Then you see 2 names , then the one of them is your internal storage with name sdcard & other is your external sdcard. then to access external sdcard copy the name .
$ cd PASTE NAME HERE
$ ls
3)Now you see the list of files & folder in your external sdcard.
So friends, by this way we access sdcard in termux apk, for practicall please watch video.
****************Don't Make Learning Hard*****************