Moving a file using the command line
The mv command moves a file. It takes the old path to the file as its first parameter, and the new path as its second parameter:
mv aaa/dddd.txt bbb/dddd.txt
This command can be used not only to copy, but also to rename files:
mv aaa/dddd.txt aaaa/ssss.txt
Use the appropriate command to rename the file copy.text to the file file.txt.
Using the appropriate command, move the file file.txt to the folder dir.