aix basic operations v5
Index >> IBM >> IBM certifications I >> "000-190"Exam
VUE/Prometric Code:000-190
| aix basic operations v5 | |||
| Test | Q&A | Updated | Price |
| 000-190 | 134 Q&A | 2008-11-12 | $79 |
please download in PDF format Demo:
killtest 000-190 Exam Features
High quality and Value for the 000-190 Exam.
Killtest Practice Exams for aix basic operations v5 000-190 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.
100% Guarantee to Pass Your IBM certifications I exam and get your IBM certifications I Certification.
We guarantee your success in the first attempt. If you do not pass the 000-190 (aix basic operations v5) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.
killtest 000-190 Downloadable.
Printable Exams (in PDF format) Our Exam 000-190 Preparation Material provides you everything you will need to take your IBM certifications I exam. The IBM certifications I Certification details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get IBM certifications I exam questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first IBM certifications I exam try, but also save your valuable time .
- Comprehensive questions with complete details about 000-190 exam.
- 000-190 exam questions accompanied by exhibits.
- Verified Answers Researched by Industry Experts and almost 100% correct.
- Drag and Drop questions as experienced in the Real IBM certifications I exam.
- 000-190 exam questions updated on regular basis.
- Like actual IBM certifications I Certification exams, 000-190 exam preparation is in multiple-choice questions (MCQs).
- Tested by many real IBM certifications I exams before publishing.
- Try free IBM certifications I exam demo before you decide to buy it in http://www.Killtest.com.
High quality and Value for the 000-190 Exam:100% Guarantee to Pass Your IBM certifications I exam and get your IBM certifications I Certification.
http://www.Killtest.com The safer.easier way to get IBM certifications I Certification.
We offer Demo version of Q&A, Q&A are as follows (not to provide picture):
000-190:please download 000-190 in PDF format Demo 
A.The default crash recovery file name
B.The list of environmental commands
C.A scratch pad area for temporary data
D.An automatic backup of the text being edited
Correct:B
2.Which command will cancel the print job number 123 from the Post Script "PS" print queue?
A.qcan -P 123
B.qcan -X PS 123
C.qcan -X -P PS 123
D.qcan -P PS -x 123
Correct:D
3.Which command would be used to show the current system host names that have access to a user's X Server?
A.xinit
B.cat /.rhost
C.xhost
D.xdm -config
Correct:C
4.What is the correct command to save the output of the command in one file and the error messages in another?
A.command 1>file1 2>&1
B.command 1>file1 2>file2
C.command 1>file1 2>file1
D.command 2>file2 1>&2
Correct:B
5.A directory with files can be deleted with which of the following commands?
A.rm -r
B.mvdir
C.touch
D.rmdir
Correct:A
6.Where will the final output be placed after this sequence of piped commands? ls -l |pg <list
A.list
B.terminal screen
C.root directory
D.default system printer
Correct:B
7.The syntax for the "join" command in the online WEB based documentation displays: join [-a FileNumber][-v Filenumber][-e String][-o List] [-t Character][-1 Field][-2 Field] File1 File2 In which section in the join documentation of the WEB based online documentation could more information about the "-a" option be found?
A.Flags
B.Purpose
C.Description
D.Implementation
Correct:A
8.Which command will invoke the man pages for the pwd command?
A.catman -w pwd
B.man pwd
C.man -k pwd
D.man -f pwd
Correct:B
9.Which of the following AIX commands should be used to create a directory?
A.cp
B.mv
C.mkdir
D.rm
Correct:C
10.Which command will measure the network response time of a remote machine?
A.ftp
B.ping
C.trace
D.netstat
Correct:B
11.Which dd command is using a relative path name as the source argument and an absolute path name as its target argument?
A.dd if=/home/blue of=/
B.dd if=blue of=/dev/rmt0
C.dd if=blue of=./dev/fd0
D.dd if=/home/green of=/u/blue/green
Correct:B
12.Which of the following commands will save the file the user is editing and not exit vi?
A.:wq
B.:w
C.:x
D.ZZ
Correct:B
13.What file can be used to alter a user's login environment in the Korn shell?
A./ENV
B..kshrc
C./etc/.profile
D./home/profile
Correct:B
14.Which method would be used to cancel the print job number 321 that was submitted to the color print queue using the System V printer subsystem commands?
A.cancel color
B.cancel -u 321
C.cancel 321
D.cancel -u color
Correct:C
15.What is necessary to use the contents of a file as input for an AIX command?
A.Redirect standard input.
B.Append standard input.
C.Redirect standard output, then standard input.
D.Type the contents of the file onto the command line.
Correct:A
16.Which command should be used to print a file named "color_file" to the print queue color?
A.enq color_file
B.qprt color_file
C.enq -P psc color_file
D.enq -P color color_file
Correct:D
17.Which command can be used to enter the vi editor and create the file "myfile" without generating any errors?
A.vi myfile
B.vi -c myfile
C.vi -y myfile
D.vi -t myfile
Correct:A
18.Which of the following displays information about the rpc_$register library routine using the man command?
A.man -f rpc_$register
B.man rpc_\$register
C.man rpc_$register
D.man -M rpc_\$register
Correct:B
19.What is the proper command to read a multi-page file one page at a time?
A.cat
B.type
C.show
D.more
Correct:D
20.When ftping, what is the command to send a file to a remote machine?
A.put
B.open
C.ntrans
D.stream
Correct:A
21.Which of the following vi commands would be used to change the next two words?
A.c2w
B.2R
C.2cw
D.r2
Correct:A
22.Which keystroke sequence can be used to suspend a process in the Korn shell so it may be restarted at a later time?
A.Ctrl-c
B.Ctrl-q
C.Ctrl-x
D.Ctrl-z
Correct:D
23.Which of the following vi commands would be used to change all occurrences of the word "text" to the string "my text"?
A.:/text/s/my text/g
B.:g/ text /s// my text /g
C.:g/text /s/my text /g
D.:g/text/s/my text/g
Correct:B
24.If in home (/home), what command can be run to determine if the file "plants" is a directory without viewing the contents?
A.ls -lad plants
B.ls -fa plants
C.li -la plants
D.li -fa plants
Correct:A
25.What is the correct flag to telnet to a remote machine as a specific user?
A.tn -f
B.tn -d
C.tn -p hostname
D.tn -l user hostname
Correct:D
26.Which of the following is the vi editor command that will delete one word at a time while in command mode?
A.cc
B.dd
C.dw
D.rw
Correct:C
27.How can permissions for the chmod command be written?
A.As a hex number
B.In either octal or symbolic notation
C.As strings of "rwx" to picture the layout of the permissions
D.In the first line of a file when it is created, and then interpreted by the shell
Correct:B
28.In a Korn shell which command would be used to set the terminal type to aixterm?
A.env TERM=aixterm
B.set $TERM=aixterm
C.export TERM=aixterm
D.export $TERM=aixterm
Correct:C
29.Which mail command is used to automatically send a note back to the originator of an e-mail message?
A.r command
B.f command
C..reply file must exist
D..forward file must exist
Correct:A
30.Which command will display all lines in file1 that contain the string abc but NOT the string xyz?
A.grep -E "abc&!xyz] file1
B.grep abc file1 | grep -v xyz file1
C.grep [abc][^xyz] file1
D.grep -v xyz "abc" file1
Correct:A



