单项选择题
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系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令...
多项选择题在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
在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test...
多项选择题在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/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/
在linux系统中,用mv移动文件若需覆盖文件,则覆盖前备份,则运用参数()。A、–IB、–fC、–bD、–v
单项选择题在linux系统中,用mv移动文件若需覆盖文件,则覆盖前备份,则运用参数()。
A、–I B、–f C、–b D、–v