pass4side@hotmail.com
Exam Number/Code: 1z0-402
Exam Name: Oracle Enterprise Linux: Fundamentals
Language(s): English
Price: $ 125.00
Questons and Answers : 224 Q&As
Updated: 2009-12-12
It is well known that Other Oracle Certification 1z0-402 - 1z0-402 exam test is the hot exam of Oracle certification. gopass4side offer you all the Q&A of the 1z0-402 real test . It is the examination of the perfect combination and it will help you pass 1z0-402 exam at the first time!
The Other Oracle Certification 1z0-402 Questions and Answers as well as our other Other Oracle Certification 1z0-402 exam training tools are not only priced to be easy on your budget - but each one is also backed with our guarantee. gopass4side guarantees that after using our Cisco certification training tools, you will be prepared to take and pass your Other Oracle Certification 1z0-402 exam.
Our on-site online training experts create all of the Oracle 1z0-402 exam products available through gopass4side. Our main goal is to get your certified with a firm understanding of the core material. Whereas other online distributors only concern themselves with helping you obtain the paper, we strive to educate the certification candidate and better prepare them for their IT career.
Why choose gopass4side 1z0-402 braindumps
Quality and Value for the 1z0-402 Exam
100% Guarantee to Pass Your 1z0-402 Exam
Downloadable, Interactive 1z0-402 Testing engines
Verified Answers Researched by Industry Experts
Drag and Drop questions as experienced in the Actual Exams
Practice Test Questions accompanied by exhibits
Our Practice Test Questions are backed by our 100% MONEY BACK GUARANTEE.
Exam : Oracle 1Z0-402
Title : Oracle Spplication Server 10g:Administration II
1. You executed the following command to verify the integrity of sendmail:
What do infer about the /var/log/mail/statistics file from the output?
A. The permissions, user ownership, and file type have changed.
B. The permissions, group ownership and file type have changed.
C. The user ownership, group ownership and file type have changed.
D. The MD5 signature, file size, and modification time have changed.
Answer: D
2. Which statements are true about xauth? (Choose all that apply.)
A. It stores all tokens in a file on the system.
B. It must be available to use X11 forwarding.
C. It distributes token on a host-by-host basis.
D. It can be used to control token-based access control.
E. It is not possible to install just xauth without installing the entire X server.
Answer: ABD
3. You have to start a process in the bash shell and at the same time want to work in the shell. How would you achieve this without terminating the process?
A. Press [Ctrl] + [y] while the process is running.
B. Press [Ctrl] + [d] while the process is running.
C. Press [Ctrl] + [z] while the process is running.
D. Press [Ctrl] + [c] while the process is running.
Answer: C
4. As user smith you want to log in to a remote machine in a securely encrypted channel. Which utility would you use for the purpose?
A. ssh
B. ftp
C. telnet
D. rlogin
Answer: A
5. As user smith you want the CPU utilization of all the users logged on to server1 server. You want the information available automatically as soon as you login to the bash login shell and want the information available only to smith.
What would you do on server1, which has all the default shell configuration files, to accomplish the task?
A. Add the w command to ~/.profile file.
B. Add the who command to ~/.profile file.
C. Add the w command to ~/.bash_profile file.
D. Add the who command to ~/.bash_profile file.
Answer: C
6. What is the minimum number of disk partitions required to have a successful Linux installation?
A. 2 (two)
B. 4 (four)
C. 1 (one)
D. 3 (three)
Answer: C
7. Which three statements are true about the mount command? (Choose three.)
A. It supports labels for mounting.
B. It can be used only by root to mount the local file system.
C. By default it can be used by an ordinary user to mount the local file system.
D. It will list all the currently mounted file systems, if executed without any arguments.
E. It will list only the file systems listed in /etc/fstab if executed without any arguments
Answer: ABD
8. View the Exhibit.
The shell script is executed using the default shell interpreter with the input as w. What will be the output of the script based on this input?
A. It will print the current date and time.
B. It will list all the currently logged in users.
C. It will show that the input is not a valid option.
D. It will print the currently logged in users, current date, and time.
E. It will not show any result because the case block is terminated with an esac.
Answer: C