Which command is utilized to duplicate a file in Unix/Linux systems?
Explanation
The 'cp' command is the standard utility used to copy files in Unix/Linux environments. Other options like 'cpio' and 'tar' are used for archiving, while 'copyfile' and 'clone' are not valid commands for copying files.