IBM 000-103 AIX 6.1 Basic Operations 15 Q&A
Version DEMO
http://www.selfexamprep.com/000-103.htm
Important Note, Please Read Carefully Other prep2pass products A) Offline Testing engine Use the offline Testing engine product topractice the questions in an exam environment. Build a foundation of knowledge which will be useful also after passing the exam. Latest Version We are constantly reviewing our products. New material is added and old material is revised. Free updates are available for 90 days after the purchase. You should check your member zone at prep2pass and update 3-4 days before the scheduled exam date. Here is the procedure to get the latest version: 1.Go towww.prep2pass.com 2.Click on Log in 3.The latest versions of all purchased products are downloadable from here. Just click the links. For most updates,it is enough just to print the new questions at the end of the new version, not the whole document. Feedback If you spot a possible improvement then please let us know. We always interested in improving product quality. Feedback should be send to feedback@prep2pass.com. You should include the following: Exam number, version, page number, question number, and your login Email. Our experts will answer your mail promptly. Copyright Each iPAD file is a green exe file. if we find out that a particular iPAD Viewer file is being distributed by you, prep2pass reserves the right to take legal action against you according to the International Copyright Laws. Explanations This product does not include explanations at the moment. If you are interested in providing explanations for this exam, please contact feedback@prep2pass.com.
Leading the way in IT testing and certification tools, www.SelfExamPrep.com
-2-
www.prep2pass.com Q: 1 An operator needs to schedule the script '/usr/scripts/listall.ksh' to run at 19.00 on the current day. What is the correct form of the 'at' command to accomplish this task? A. B. C. D.
at 7 /usr/scripts/listall.ksh at 7 P /usr/scripts/listall.ksh at now + 7 /usr/scripts/listall.ksh at today + 7 p /usr/scripts/listall.ksh
Answer: B www.prep2pass.com Q: 2 An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task? A. B. C. D.
myscript.ksh 1>/tmp/log/script.log 2>/tmp/log/script.err myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err myscript.ksh 1>/tmp/log/script.log 2>&1 /tmp/log/script/err myscript.ksh 2>&1 /tmp/log/script.log 2> /tmp/log/script.err
Answer: A www.prep2pass.com Q: 3 An operator is in the middle of a file using 'more'. What subcommand can be used to go to previous page in the file? A. B. C. D.
b p r v
Answer: A www.prep2pass.com Q: 4 A user is complaining that their display does not look correct. When the operator has the user run the command 'echo $TERM' the result is 'ascii', however, the /etc/environment file contains the line 'export TERM=vt100'. What is the likely cause of this difference?
Leading the way in IT testing and certification tools, www.SelfExamPrep.com
-3-
A. B. C. D.
The user is not using a VT100 terminal The user's login shell is set to sh instead of ksh The user's .profile resets the TERM environment variable The /etc/profile file sets the TERM environment variable to 'ascii'
Answer: C www.prep2pass.com Q: 5 Which command enables a user to exit the vi editor, overwriting the existing file without prompting for confirmation? A. B. C. D.
:w :qw :x! :we!
Answer: C www.prep2pass.com Q: 6 An operator is trying to perform an immediate power down of an AIX LPAR using the 'shutdown -k' command. The cursor has returned to the command prompt, but no shutdown activities are showing on the screen after more than one minute. Which of the following is the most likely cause of the problem? A. B. C. D.
The /etc/rc.shutdown script is missing. The bos.rte.control fileset has become corrupted. The operator UID is not a member of the shutdown group. The -k flag against the shutdown command only broadcast the shutdown message.
Answer: D www.prep2pass.com Q: 7 During heavy system resources usage, and administrator detects that the top processes are from the user 'webapp'. The operator needs to check all the running processes from that user to analyze them. Which command can retrieve that information in a single step? A. B. C. D.
puser webapp ps -fu webapp proc -uid webapp fuser /dev/webapp
Leading the way in IT testing and certification tools, www.SelfExamPrep.com
-4-
Answer: B www.prep2pass.com Q: 8 An operator needs to replace all the occurrences of the string '/home/user1' in the current file using vi with '/home1/user2'. Which of the following sub-commands will achieve this? A. B. C. D.
:1,$ s:/home/user1./home1/user2.g :1,$ s\/home/user1\/home1/user2\/g :1,$ s\/\/home\/user1\/\/home1\/user2\/g :1,$ s/\\/home\\/user1/\\/home1\\/user2/g
Answer: A www.prep2pass.com Q: 9 The operator is viewing a file using 'more'. What subcommand can be used to exit before reaching the end of the file? A. B. C. D.
q :w! /quit ctrl X
Answer: A www.prep2pass.com Q: 10 Which of the following commands will display what space is used in /tmp filesystem? A. B. C. D.
df -Ik /tmp df -fk /tmp df -Uk /tmp df -Fk /tmp
Answer: A www.prep2pass.com Q: 11 After performing a modification on the /etc/ssh/sshd_config file the operator needs to reinitialize the secure shell daemon to enable the new settings. Which of the following is the correct way to achieve this? A. Use refresh -s sshd
Leading the way in IT testing and certification tools, www.SelfExamPrep.com
-5-
B. Use init.sshd /etc/rc.ssh C. Use /usr/sbin/sshd -restart D. Use stopsrc -s sshd and then startsrc -s sshd
Answer: D www.prep2pass.com Q: 12 The printer associated with the hp5_queue is down for maintenance. Which of the following commands will move the remaining print jobs from hp5_queue to the hp7_queue? A. B. C. D.
export $LPDEST=hp7_queue qmov -m hp7_queue -P hp5_queue lpmov -s hp5_queue -d hp7_queue redirect -q hp5_queue hp7_queue
Answer: B www.prep2pass.com Q: 13 An operator needs to change from the /usr/bin to the /var/spool directory. Which of the following commands will accomplish this? A. B. C. D.
cd /var/spool lcd /var/spool cd /usr/bin /var/spool lcd /usr/bin /var/spool
Answer: A www.prep2pass.com Q: 14 Which of the following will rename dir1 as dir2? A. B. C. D.
mv dir1 dir2 ren dir1 dir2 cp -R dir1 dir2 mv -R dir1 dir2
Answer: A
Leading the way in IT testing and certification tools, www.SelfExamPrep.com
-6-
www.prep2pass.com Q: 15 An operator has been asked if a system was rebooted. Which of the following commands should be used to determine if a reboot has occurred? A. B. C. D.
The name?command.The ?name?command. The ptime?command.The ?ptime?command. The hutdown ast?command.The ?hutdown ?ast?command. The ?etc/rc.shutdown?command.
Answer: B
Leading the way in IT testing and certification tools, www.SelfExamPrep.com
-7-