Anonymous School
(Minds of Hacker)
----------------------
Hello Friends, Welcome to Anonymous School. In this post I show you how to remove or delete files & folders in termux .Commands to remove or delete Files & folders in termux.
How to remove or delete files & folders in termux :-
Requirements :-
1. Termux Apk ( Click Here for More information ).
OR
2. Kali Linux
OR
3) Kali Nethunter file ( Click Here to Download )
Now follow the below steps :-
1) Open the termux & type following commands , to update termux.
$ apt update
$ apt upgrade
2) from above commands we updated our termux, now we see how to remove files & folders in termux. Now we see below how to delete files & folders in termux.
1) How to remove file in termux:-
Now follow the following steps:-
1) We use 'rm' command to remove file in termux.
2) This command only use for file , not for folder.
3) Now follow this steps.
i) first type 'rm' in termux , then give space, then type a name of file , which you want to remove.
ii) structure of this command :- rm file_name_which_you_want_to_remove
iii) EX- rm hotstar.apk
2) How to remove folder or file in termux:-
Now follow the following steps:-
1) We use 'rm -rf' command to remove folder in termux.
2) By this command we can remove file & folder both.
3) Now follow this steps.
i) first type 'rm -rf' in termux , then give space, then type a name of file or folder , which you want to remove,
ii) structure of this command :- rm -rf file_or_folder_name_which_you_want_remove
iii) EX- rm -rf Music Android
iv) EX- rm -rf info.pdf Doc