Multiple choice Copy the source file to the destination. cp <source> <destination> mv <source> <destination> copy <source> <destination> ls <source> <destination> Reveal answer Fill a bubble to check yourself A Correct answer Explanation The cp command (copy) is used to duplicate a file or directory from a source to a destination.