You can copy files and folders from a number of starting locations. You can also rename them, or permanently delete them, from the command line.
Renaming files is as easy as mv
(who am I kidding, I’m not funny).
To use this command, you need to include the current name and the new name in
the command.
$ mv current_name.txt new_name.txt
That’s it! Your file has been renamed!