在UNIX系统中,关于cp命令,以下哪个是错误的( )。
A.cp file1 file2
B.cp file1 file2 /tmp
C.cp -r file1 file2
D.cp -r /tmp /mytmp
正确答案是C