單項選擇題為腳本添加()權(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"
最新試題
iptables的策略有()
題型:多項選擇題
關(guān)于硬件防火墻說法正確的是()
題型:多項選擇題
iptables中的filte表有哪幾個規(guī)則鏈()
題型:多項選擇題
有關(guān)防火墻的說法正確的是()
題型:多項選擇題
iptables四表中能實現(xiàn)端口映射的是()
題型:單項選擇題
企業(yè)中,如果使用Linux服務器作為網(wǎng)關(guān)服務器,可使用()為作防火墻。
題型:單項選擇題
如果在linux系統(tǒng)上想通過iptables實現(xiàn)路由功能,則需要配置有()
題型:多項選擇題
iptables中,選項()實現(xiàn)指定默認策略。
題型:單項選擇題
執(zhí)行命令“seq6”將產(chǎn)生的數(shù)字序列是只有6。
題型:判斷題
iptables中能實現(xiàn)端口映射的是哪個表()
題型:單項選擇題