Beginners Guide for mv Command in Linux

In UNIX/Linux systems, the mv command shipped with the operating system is usually used for the following purposes:

1. Moving files from source to destination directory.
2. Rename the file or directory name.

If you’re familiar with the cp command, you can use the same techniques to use the mv command.
Check out the referenced link to learn more