多項選擇題linux系統(tǒng)中,可以顯示文件內(nèi)容的命令有()。

A、more
B、cat
C、less
D、head
E、tail


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題linux系統(tǒng)中,顯示文件/etc/passwd文件的5-8行,下面的命令正確的是()。

A、head -8 /etc/passwd | tail -4
B、tail -8 /etc/passwd | head -4
C、more -8 /etc/passwd | less -4
D、less -8 /etc/passwd | more -4

2.單項選擇題linux系統(tǒng)中,在/tmp存在一文件file,想更新文件的時間目錄為當前的時間的命令是()。

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

3.多項選擇題在linux系統(tǒng),下面()命令可以創(chuàng)建文件。

A、vi
B、mv
C、touch
D、mkdir
E、cp

5.單項選擇題在linux系統(tǒng)中,用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