單項(xiàng)選擇題在/home/stud1/wang目錄下有一文件file,使用()可實(shí)現(xiàn)在后臺(tái)執(zhí)行命令,此命令將file文件中的內(nèi)容輸出到file.copy文件中。

A.cat file>filE.copy
B.cat filefilE.copy
C.&cat filefilE.copy
D.&cat file>filE.copy


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題你用vi編輯器編寫了一個(gè)腳本文件shell.sh,你想將改文件名稱修改為shell2.sh,下列命令()可以實(shí)現(xiàn)。

A.cp shell.shshell2.sh
B.mv shell.shshell2.sh
C.ls shell.sh>shell2.sh
D.ll shell.sh>shell2.sh

2.單項(xiàng)選擇題如何從當(dāng)前系統(tǒng)中卸載一個(gè)已裝載的文件系統(tǒng)()

A.umount
B.dismount
C.mount–u
D.從/etc/fstab中刪除這個(gè)文件系統(tǒng)項(xiàng)

3.單項(xiàng)選擇題不是shell具有的功能和特點(diǎn)的是()

A.管道
B.輸入輸出重定向
C.執(zhí)行后臺(tái)進(jìn)程
D.處理程序命令

5.單項(xiàng)選擇題用“useradd jerry”命令添加一個(gè)用戶,這個(gè)用戶的主目錄是什么()

A./home/jerry
B./bin/jerry
C./var/jerry
D./etc/jerry