A big part of manipulating directories and files is copying, for which we use cp, the copy command.

Great job! The cp command needs the file we want to copy and the path we want to copy it to.

Psst: these things are called arguments.

We need to provide a path for the new file. Don't you think that a directory would be a good path?