單項選擇題以下為shell腳本中的變量username賦值“root”的語句是()。
A.username="root"
B.username!="root"
C.username as"root"
D.username is"root"
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題為變量dirname賦值為“hello world”的語句為()。
A.dirname=hello world
B.dirname as"hello world"
C.dirname is "hello world"
D.dirname="hello world"
2.單項選擇題為變量count賦值1的語句是()。
A.count#1
B.count=1
C.count=`1`
D.count is 1
3.單項選擇題在shell腳本中,哪個變量保存了上一條命令執(zhí)行后的返回值(或錯誤代碼)()。
A.$$
B.$?
C.$#
D.$!
4.單項選擇題為變量word賦值為“hello world”的語句為()。
A.word=hello world
B.word as "hello world"
C.word is "hello world"
D.word="hello world"
5.單項選擇題關于重定向輸出’>’下列選項中說法正確的是()。
A.覆蓋的意思
B.追加的意思
C.刪除的意思
D.更改的意思
最新試題
下列關于iptables常用命令解釋正確的是()
題型:多項選擇題
iptables中的filte表有哪幾個規(guī)則鏈()
題型:多項選擇題
刪除/etc/httpd/conf/httpd.conf文件中空白行可以使用命令()
題型:單項選擇題
防火墻可分為以下()
題型:多項選擇題
執(zhí)行命令“seq6”將產(chǎn)生的數(shù)字序列是只有6。
題型:判斷題
iptables中的filte表有一般作用于那幾個鏈()
題型:多項選擇題
在設置iptables規(guī)則時,不指定表時,規(guī)則將保存在filete表中。
題型:判斷題
ipables是開源的軟件防火墻。
題型:判斷題
以下防火墻說法正確的是()
題型:多項選擇題
如果在linux系統(tǒng)上想通過iptables實現(xiàn)路由功能,則需要配置有()
題型:多項選擇題