在linux系统中,将文件/tmp/test1和/tmp/test2压缩到/tmp/test.gz,正确的命令是()。
A、A、tar -czvf test1 test2 test.gz
B、B、tar -czvf test.gz test1 test2
C、C、tar test.gz test1 test2
D、D、tar test1 test2 test.gz
A、A、tar -czvf test1 test2 test.gz
B、B、tar -czvf test.gz test1 test2
C、C、tar test.gz test1 test2
D、D、tar test1 test2 test.gz
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、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、find /tmp -f -perm 644 B、find -type f -perm 644 /tmp C、find -type f -perm 644 D、find /tmp -type f -perm 644
A、A、0 11 1 2 8 /tmp/test.sh B、B、0 11 1 2 8 * /tmp/test.sh C、C、0 11 1 2,8 /tmp/test.sh D、D、0 11 1 2,8 * /tmp/test.sh
A、mv /tmp/test/oldfile newfile B、mv /tmp/test/oldfile /tmp/test/newfile C、mv oldfile /tmp/test/ D、mv oldfile newfile