單項(xiàng)選擇題shell腳本中,讀取從鍵盤輸入的值給變量x的語(yǔ)句為()。

A.echo x
B.print x
C.write x
D.read -p x


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題為腳本添加()權(quán)限后,可以通“./腳本文件名”的方式執(zhí)行shell腳本。

A.執(zhí)行(x)
B.無(wú)權(quán)限
C.寫(w)
D.讀(r)

2.單項(xiàng)選擇題從鍵盤讀取內(nèi)容保存到變量name中的語(yǔ)句為()。

A.write name
B.exec name
C.echo name
D.read name

3.單項(xiàng)選擇題在shell腳本中,使用()符號(hào)表示注釋。

A.#
B.!
C.@
D.$

4.單項(xiàng)選擇題以下命令能實(shí)現(xiàn)顯示文件/root/test內(nèi)容,要求顯示每行連續(xù)重復(fù)出現(xiàn)的次數(shù)的是()。

A.uniq -c /root/test
B.uniq /root/test
C.uniq -u /root/test
D.uniq -d /root/test

5.單項(xiàng)選擇題以下為shell腳本中的變量username賦值“root”的語(yǔ)句是()。

A.username="root"
B.username!="root"
C.username as"root"
D.username is"root"