在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。
A、gzip -v /tmp/test6
B、gzip /tmp/test6
C、gzip -r /tmp/test6
D、tar -czvfr /tmp/test6
A、gzip -v /tmp/test6
B、gzip /tmp/test6
C、gzip -r /tmp/test6
D、tar -czvfr /tmp/test6
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、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、rm -rf /tmp/test B、rmdir /tmp/test C、rm -r /tmp/test D、rm -r -f /tmp/test E、rm -f /tmp/test