Which command is utilized to duplicate a file in a Unix-like system?
Explanation
Option A (tar) is used for archiving files. Option B (cpio) handles copying archives. Option C (cp) is the correct command for copying files. Option D (copy) is not a valid command in Unix-like systems.