亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 1149 | 回復(fù): 0
打印 上一主題 下一主題

000-103題庫(kù)下載 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2011-05-03 09:25 |只看該作者 |倒序?yàn)g覽
<p align="left"><p align="left">最新Certified Specialist認(rèn)證000-103題庫(kù)分享</p></p><p align="left"><p align="left">Question: 1</p></p><p align="left"><p align="left">An operator needs to schedule the script’/usr/scripts/listall.ksh’ to run at 19:00 on the current</p></p><p align="left"><p align="left">day. What is the correct form of the ‘a(chǎn)t’ command to accomplish this task?</p></p><p align="left"><p align="left">A. at 7 /usr/scripts/listall.ksh</p></p><p align="left"><p align="left">B. at 7 p /usr/scripts/listall.ksh</p></p><p align="left"><p align="left">C. at now + 7 /usr/scripts/listall.ksh</p></p><p align="left"><p align="left">D. at today + 7 p /usr/scripts/listall.kshs</p></p><p align="left"><p align="left">Answer: B</p></p><p align="left"><p align="left">Question: 2</p></p><p align="left"><p align="left">An operator needs to run a script which will write standard output and standard error to</p></p><p align="left"><p align="left">different files. Which of the following commands will successfully perform this task?</p></p><p align="left"><p align="left">A. myscript.ksh 1&gt;/tmp/log/script.log 2&gt;/tmp/log/script.err</p></p><p align="left"><p align="left">B. myscript.ksh $1&gt;/tmp/log/script.log $2&gt;/tmp/log/script.err</p></p><p align="left"><p align="left">C. myscript.ksh 1&gt;/tmp/log/script.log 2&gt;1/tmp/log/script/err</p></p><p align="left"><p align="left">D. myscript.ksh 2&gt;1 tmp/log/script.log 2&gt; /tmp/log/script.err</p></p><p align="left"><p align="left">Answer: A</p></p><p align="left"><p align="left">Question: 3</p></p><p align="left"><p align="left">An operator is in the middle of a file using ‘more’. What subcommand can be used to go to</p></p><p align="left"><p align="left">previous page in the file?</p></p><p align="left"><p align="left">A. b</p></p><p align="left"><p align="left">B. p</p></p><p align="left"><p align="left">C. r</p></p><p align="left"><p align="left">D. v</p></p><p align="left"><p align="left">Answer: A</p></p><p align="left"><p align="left">Question: 4</p></p><p align="left"><p align="left">A user is complaining that their display does not look correct. When the operator has the user</p></p><p align="left"><p align="left">run the command ‘echo $TERM’ the result is ‘a(chǎn)scii’, however, the /etc/environment file</p></p><p align="left"><p align="left">contains the line ‘export TERM=vt100’. What is the likely cause of this difference?</p></p><p align="left"><p align="left">A. The user is not using a VT100 terminal</p></p><p align="left"><p align="left">B. The user’s login shell is set to sh instead of ksh</p></p><p align="left"><p align="left">C. The user’s .profile resets the TERM environment variable</p></p><p align="left"><p align="left">D. The /etc/profile file sets the TERM environment variable to ‘a(chǎn)scii’</p></p><p align="left"><p align="left">Answer: C</p></p><p align="left"><p align="left">Question: 5</p></p><p align="left"><p align="left">Which command enables a user to exit the vi editor, overwriting the existing file without</p></p><p align="left"><p align="left">prompting for confirmation?</p></p><p align="left"><p align="left">A. :w</p></p><p align="left"><p align="left">B. :qw</p></p><p align="left"><p align="left">C. !</p></p><p align="left"><p align="left">D. :we!</p></p><p align="left"><p align="left">Answer: C</p></p><p align="left"><p align="left">Question: 6</p></p><p align="left"><p align="left">An operator is trying to perform an immediate power down of an AIX LPAR using the</p></p><p align="left"><p align="left">‘shutdown -k’ command. The cursor has returned to the command prompt, but no shutdown</p></p><p align="left"><p align="left">activities are showing on the screen after more than one minute. Which of the following is the</p></p><p align="left"><p align="left">most likely cause of the problem?</p></p><p align="left"><p align="left">A. The /etc/rc.shutdown script is missing.</p></p><p align="left"><p align="left">B. The bos.rte.control fileset has become corrupted.</p></p><p align="left"><p align="left">C. The operator UID is not a member of the shutdown group.</p></p><p align="left"><p align="left">D. The -k flag against the shutdown command only broadcast the shutdown message.</p></p><p align="left"><p align="left">Answer: D</p></p><p align="left"><p align="left">Question: 7</p></p><p align="left"><p align="left">During heavy system resources usage, and administrator detects that the top processes are</p></p><p align="left"><p align="left">from the user ‘webapp’. The operator needs to check all the running processes from that user</p></p><p align="left"><p align="left">to analyze them. Which command can retrieve that information in a single step?</p></p><p align="left"><p align="left">A. puser webapp</p></p><p align="left"><p align="left">B. ps -fu webapp</p></p><p align="left"><p align="left">C. proc -uid webapp</p></p><p align="left"><p align="left">D. fuser /dev/webapp</p></p><p align="left"><p align="left">Answer: B</p></p><p align="left"><p align="left">Question: 8</p></p><p align="left"><p align="left">An operator needs to replace all the occurrences of the string ‘/home/user1’ in the current file</p></p><p align="left"><p align="left">using vi with ‘/home1/user2’. Which of the following sub-commands will achieve this?</p></p><p align="left"><p align="left">A. :1, $ s:/home/user1:/home1/user2<img src="http://bbs.chinaitlab.com/images/smilies/mogutou/thumb_05dq26655.gif" smilieid="44" border="0" alt="" /></p></p><p align="left"><p align="left">B. :1, $ s\/home/user1\/home1/user2\/g</p></p><p align="left"><p align="left">C. :1, $ s\/\/home\/user1\/\/home1\/user2\/g</p></p><p align="left"><p align="left">D. :1, $ s/\\/home\\/user1/\\/home1\\/user2/g</p></p><p align="left"><p align="left">Answer: A</p></p><p align="left"><p align="left">Question: 9</p></p><p align="left"><p align="left">The operator is viewing a file using ‘more’. What subcommand can be used to exit before</p></p><p align="left"><p align="left">reaching the end of the file?</p></p><p align="left"><p align="left">A. q</p></p><p align="left"><p align="left">B. :w!</p></p><p align="left"><p align="left">C. /quit</p></p><p align="left"><p align="left">D. ctrl X</p></p><p align="left"><p align="left">Answer: A</p></p><p align="left"><p align="left">Question: 10</p></p><p align="left"><p align="left">Which of the following commands will display what space is used in /tmp filestem?</p></p><p align="left"><p align="left">A. df -IK /tmp</p></p><p align="left"><p align="left">B. df -fk /tmp</p></p><p align="left"><p align="left">C. df -Uk /tmp</p></p><p align="left"><p align="left">D. df -Fk /tmp</p></p><p align="left"><p align="left">Answer: A</p></p>
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP