单选题在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。Acp -R /tmp/test /tmp/test1Bcp -r /tmp/test /tmp/test1Ccp -R /tmp/test/. /tmp/test1Dcp /tmp/test /tmp/test1

单选题
在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。
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


参考解析

解析: 暂无解析

相关考题:

在linux系统下,显示/tmp下的所有文件和目录的详细信息,以下命令中正确的是()。A、ls -i /tmpB、ls -l /tmpC、ls -r /tmpD、ls -d /tmp

在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。A、gzip -v /tmp/test6B、gzip /tmp/test6C、gzip -r /tmp/test6D、tar -czvfr /tmp/test6

linux系统中,在/tmp存在一文件file,想更新文件的时间目录为当前的时间的命令是()。A、mkdir /tmp/fileB、touch /tmp/fileC、mv /tmp/fileD、rm /tmp/file

在linux系统中,在/tmp下创建一个空文件file的命令是()。A、mkdir /tmp/fileB、make /tmp/fileC、touch /tmp/fileD、mv /tmp/file

在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令错误的是()。A、mv /tmp/test/oldfile newfileB、mv /tmp/test/oldfile /tmp/test/newfileC、mv oldfile /tmp/test/D、mv oldfile newfile

在linux系统中,用命令rmdir删除/test/test1目录,当/test目录为空时,希望一并删除,以下要用到的参数是()。A、rB、RC、pD、f

在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令正确的是()。A、mv /tmp/test/oldfile newfileB、mv /tmp/test/oldfile /tmp/test/newfileC、mv oldfile newfileD、mv oldfile /tmp/test/newfileE、mv oldfile /tmp/test/

在linux系统中,删除/test/test1目录,当/test目录为空时,希望一并删除,以下命令中正确的是()。A、rmdir -r /test/test1B、rmdir -p /test/test1C、rmdir -R /test/test1D、rmdir -l /test/test1

在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。A、cp -R /tmp/test /tmp/test1B、cp -r /tmp/test /tmp/test1C、cp -R /tmp/test/. /tmp/test1D、cp /tmp/test /tmp/test1

在linux系统中,删除/tmp/test目录及其子目录,并且不用确认,以下正确的命令是()。A、rm -rf /tmp/testB、rmdir /tmp/testC、rm -r /tmp/testD、rm -r -f /tmp/testE、rm -f /tmp/test

在linux系统中,将文件/tmp/test1和/tmp/test2压缩到/tmp/test.gz,正确的命令是()。A、tar -czvf test1 test2 test.gzB、tar -czvf test.gz test1 test2C、tar test.gz test1 test2D、tar test1 test2 test.gz

linux系统,把当前日期重定向到/tmp/date文件中,并不想覆盖原来的内容,下面正确的操作是()。A、date/tmp/dateB、date/tmp/dateC、date 2/tmp/dateD、date /tmp/date

在linux系统中,只显示目录/tmp的详细列表的命令是()。A、ls -l -d /tmpB、ls -l /C、ls -l /D、ls -l /tmp/E、ls -ld /tmp

在linux系统中,查找/tmp目录下正规文件,其权限为644的文件,下列命令中正确的是()。A、find /tmp -f -perm 644B、find -type f -perm 644 /tmpC、find -type f -perm 644D、find /tmp -type f -perm 644

在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。A、cp -l /tmp/test/file /tmpB、cp -s /tmp/test/file /tmpC、cp -r /tmp/test/file /tmpD、cp /tmp/test/file /tmpE、cp /tmp/test/file /tmp/file

在Linux的文字命令控制环境中,命令:ls/usr/tmpdir的意思为()。A、打印/usr/下的tmp文件到dir设备中B、打印/usr/下的tmpdir文件C、列出/usr目录下/tmpdir目录中的内容D、将/usr/tmp目录中的文件列表输出到dir文件中

UNIX系统中删除当前目录中的tmp.log文件命令为:rm tmp.log。

单选题在linux系统中,将文件/tmp/test1和/tmp/test2压缩到/tmp/test.gz,正确的命令是()。Atar -czvf test1 test2 test.gzBtar -czvf test.gz test1 test2Ctar test.gz test1 test2Dtar test1 test2 test.gz

多选题在linux系统中,删除/tmp/test目录及其子目录,并且不用确认,以下正确的命令是()。Arm -rf /tmp/testBrmdir /tmp/testCrm -r /tmp/testDrm -r -f /tmp/testErm -f /tmp/test

多选题在linux系统中,只显示目录/tmp的详细列表的命令是()。Als -l -d /tmpBls -l /Cls -l /Dls -l /tmp/Els -ld /tmp

多选题在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令正确的是()。Amv /tmp/test/oldfile newfileBmv /tmp/test/oldfile /tmp/test/newfileCmv oldfile newfileDmv oldfile /tmp/test/newfileEmv oldfile /tmp/test/

单选题在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令错误的是()。Amv /tmp/test/oldfile newfileBmv /tmp/test/oldfile /tmp/test/newfileCmv oldfile /tmp/test/Dmv oldfile newfile

单选题在Linux的文字命令控制环境中,命令:ls/usr/tmpdir的意思为()。A打印/usr/下的tmp文件到dir设备中B打印/usr/下的tmpdir文件C列出/usr目录下/tmpdir目录中的内容D将/usr/tmp目录中的文件列表输出到dir文件中

单选题在linux系统中,查找/tmp目录下正规文件,其权限为644的文件,下列命令中正确的是()。Afind /tmp -f -perm 644Bfind -type f -perm 644 /tmpCfind -type f -perm 644Dfind /tmp -type f -perm 644

单选题在linux系统中,在/tmp下创建一个空文件file的命令是()。Amkdir /tmp/fileBmake /tmp/fileCtouch /tmp/fileDmv /tmp/file

单选题在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。Agzip -v /tmp/test6Bgzip /tmp/test6Cgzip -r /tmp/test6Dtar -czvfr /tmp/test6

多选题在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。Acp -l /tmp/test/file /tmpBcp -s /tmp/test/file /tmpCcp -r /tmp/test/file /tmpDcp /tmp/test/file /tmpEcp /tmp/test/file /tmp/file