How to Rename Files in Linux and also Directories in Linux
mv /home/user/Files/filename1.ext /home/user/Files/filename2.ext Notice that for the folder containing files, the mv command needs write authorization. For device files and … Read more
mv /home/user/Files/filename1.ext /home/user/Files/filename2.ext Notice that for the folder containing files, the mv command needs write authorization. For device files and … Read more