Anonymous School
(Minds of Hacker)
----------------------
Hello Friends, Welcome to Anonymous School. In this post I show you .How to rename files & folders in termux. Commands to rename Files & folders in termux .
How to rename 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 rename files & folders in termux.
1) How to rename file and folder in Termux:-
1) We use 'mv' command to rename file & folder in termux.
2) Note : Before renaming any folder or file, first check , there is no any first folder is available with same name, which you want to use to rename file or folder. Becuse if folder is available with same name, then this command is work as cut paste command
2) Now follow this steps.
i) first type 'mv' in termux , then give space, then type a name of folder or file, which you want to rename ,then give space , then type new name.
ii) structure of this command for folder :- mv folder_name_which_you_want_rename new_name
structure of this command for folder :- mv file_name_which_you_want_rename new_name
iii) EX- mv Music Songs
EX- mv info.doc information.txt