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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

2.單項選擇題在shell腳本中,使用()符號表示注釋。

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

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

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

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

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

5.單項選擇題為變量dirname賦值為“hello world”的語句為()。

A.dirname=hello world
B.dirname as"hello world"
C.dirname is "hello world"
D.dirname="hello world"