Syntax: cp <oldfile> [pathname]<newfile>
This command makes a copy of the file using the new name and location passed. 
If a new pathname is not specified then the copy is put into the present working
directory. Optionally, wild cards can be used by employing the * operator.

Examples:
cp workroom.c wk2.c
cp workroom.bak /tmp/