Which command is utilized to duplicate a file in a Unix-like system?

Choose the correct answer

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.

Which command is utilized to duplicate a file in a U… — Basic of linux unix | PakQuizHub