LinuxAbove.com

open

Home arrow Linux Commands arrow How to rename files and folders in Linux

Advertisement

How to rename files and folders in Linux PDF Print E-mail
User Rating: / 0
PoorBest 
To rename files and folders in Linux, you can use the mv command. For example, to rename a file called myfile.txt to mynewfile.txt, you can run the following commands:

mv myfile.txt mynewfile.txt
 
< Prev   Next >