Copying a file using the command line
The cp command copies a file. Its first parameter is the path to the file we want to copy, and the second is the path where we want to create a copy of the file:
cp aaa/dddd.txt bbb/copy.txt
Use the appropriate command to make a copy of the file file.txt to the file copy.text.