單項選擇題linux系統(tǒng),把當(dāng)前日期重定向到/tmp/date文件中,并不想覆蓋原來的內(nèi)容,下面正確的操作是()。

A、date>>/tmp/date
B、date>/tmp/date
C、date 2>/tmp/date
D、date &>/tmp/date


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題在linux系統(tǒng)中,在/tmp下創(chuàng)建一個空文件file的命令是()。

A、mkdir /tmp/file
B、make /tmp/file
C、touch /tmp/file
D、mv /tmp/file

4.單項選擇題在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 /tmp/test/
D、mv oldfile newfile

5.單項選擇題在linux系統(tǒng)下,顯示/tmp下的所有文件和目錄的詳細(xì)信息,以下命令中正確的是()。

A、ls -i /tmp
B、ls -l /tmp
C、ls -r /tmp
D、ls -d /tmp