單項選擇題在/home/stud1/wang目錄下有一文件file,使用()可實現(xiàn)在后臺執(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.單項選擇題你用vi編輯器編寫了一個腳本文件shell.sh,你想將改文件名稱修改為shell2.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.單項選擇題如何從當前系統(tǒng)中卸載一個已裝載的文件系統(tǒng)()

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

3.單項選擇題不是shell具有的功能和特點的是()

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

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

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