在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。
A、A、cp -l /tmp/test/file /tmp
B、B、cp -s /tmp/test/file /tmp
C、C、cp -r /tmp/test/file /tmp
D、D、cp /tmp/test/file /tmp
E、E、cp /tmp/test/file /tmp/file
A、A、cp -l /tmp/test/file /tmp
B、B、cp -s /tmp/test/file /tmp
C、C、cp -r /tmp/test/file /tmp
D、D、cp /tmp/test/file /tmp
E、E、cp /tmp/test/file /tmp/file
A、cp -R /tmp/test /tmp/test1 B、cp -r /tmp/test /tmp/test1 C、cp -R /tmp/test/. /tmp/test1 D、cp /tmp/test /tmp/test1
A、mv /tmp/test/oldfile newfile B、mv /tmp/test/oldfile /tmp/test/newfile C、mv oldfile /tmp/test/ D、mv oldfile newfile
A、mv /tmp/test/oldfile newfile B、mv /tmp/test/oldfile /tmp/test/newfile C、mv oldfile newfile D、mv oldfile /tmp/test/newfile E、mv oldfile /tmp/test/