问题
多项选择题
在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。
A、cp -l /tmp/test/file /tmp
B、cp -s /tmp/test/file /tmp
C、cp -r /tmp/test/file /tmp
D、cp /tmp/test/file /tmp
E、cp /tmp/test/file /tmp/file
答案
参考答案:D, E