免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1140 | 回复: 0
打印 上一主题 下一主题

000-103题库下载 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-05-03 09:25 |只看该作者 |倒序浏览
<p align="left"><p align="left">最新Certified Specialist认证000-103题库分享</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 ‘at’ 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 ‘ascii’, 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 ‘ascii’</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>
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP