多項選擇題在linux系統(tǒng)中,用cp命令將/tmp/test/file文件,復(fù)制到/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


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題在linux系統(tǒng)中,當(dāng)前路徑為/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/

3.多項選擇題在linux系統(tǒng)中,刪除/tmp/test目錄及其子目錄,并且不用確認(rèn),以下正確的命令是()。

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

5.多項選擇題在linux系統(tǒng)中,只顯示目錄/tmp的詳細(xì)列表的命令是()。

A、ls -l -d /tmp
B、ls -l /
C、ls -l / | grep tmp
D、ls -l /tmp/
E、ls -ld /tmp