Copying Files

In order to make a copy of a file the command is simple:
cp file1 file2
This command makes a copy of file1 and gives it the name of file 2. This must be done in order. The new file will appear in your current working directory. You can then move or modify it however you wish.