- 论坛徽章:
- 0
|
<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>/tmp/log/script.log 2>/tmp/log/script.err</p></p><p align="left"><p align="left">B. myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err</p></p><p align="left"><p align="left">C. myscript.ksh 1>/tmp/log/script.log 2>1/tmp/log/script/err</p></p><p align="left"><p align="left">D. myscript.ksh 2>1 tmp/log/script.log 2> /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> |
|