Multiple choice technology programming languages cp command ? copies a file delete a file rename a file move a file Reveal answer Fill a bubble to check yourself A Correct answer Explanation The cp command in Unix/Linux is used to copy files or directories from one location to another. It preserves the original file and creates a duplicate with the same content (and optionally, permissions and timestamps) at the specified destination.