Multiple choice

To copy files in UNIX, we use

  1. cp

  2. cpy

  3. cmp

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The cp (copy) command in UNIX copies files and directories. The options listed as 'cpy' and 'cmp' don't exist as standard commands. Cp can copy single files, multiple files to a directory, or recursively copy entire directory structures with the -r flag.